From 251bee9d176a5d728b3943a1a3cb703d10cf29ea Mon Sep 17 00:00:00 2001 From: "Sean E. Russell" Date: Sun, 27 Mar 2022 15:43:05 -0500 Subject: [PATCH] git (or github) doesn't know about @latest (like Go does) --- .github/workflows/build.yml | 2 +- .github/workflows/prerelease.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ee797e8..43a4903 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@master - name: Compile - uses: xxxserxxx/actions/golang-build@latest + uses: xxxserxxx/actions/golang-build@v2.2.2 env: SRCPATH: ./cmd/gotop with: diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index 9f5ca2a..195208b 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@master - name: Make binaries - uses: xxxserxxx/actions/golang-build@latest + uses: xxxserxxx/actions/golang-build@v2.2.2 with: args: darwin/amd64/1 darwin/arm64/1 linux/amd64 linux/386 linux/arm64 linux/arm7 linux/arm6 linux/arm5 windows/amd64/1 windows/386/1 freebsd/amd64/1 env: