summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorSean E. Russell <ser@ser1.net>2022-02-04 15:36:59 -0600
committerSean E. Russell <ser@ser1.net>2022-02-04 15:36:59 -0600
commit7dfd0406282603ef3575c17e9f0dcb10be09c691 (patch)
treee88710f3391f924cce320ae0e4e75dcbb1041a7f /.github
parent1a16363c7815632d889c3b09f16bc32c482a0af0 (diff)
Use a newer version of golang-build action, because old illuspas/xcgo tags keep disappearing.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
-rw-r--r--.github/workflows/prerelease.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index de77df1..a755a16 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@v2.0.1
+ uses: xxxserxxx/actions/golang-build@v2.0.3
env:
SRCPATH: ./cmd/gotop
with:
diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml
index ecc6af8..65b0238 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@v2.0.1
+ uses: xxxserxxx/actions/golang-build@v2.0.3
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: