git (or github) doesn't know about @latest (like Go does)
This commit is contained in:
parent
4f31421019
commit
251bee9d17
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -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:
|
||||
|
|
2
.github/workflows/prerelease.yml
vendored
2
.github/workflows/prerelease.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user