summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorSean E. Russell <ser@ser1.net>2022-03-15 10:56:30 -0500
committerSean E. Russell <ser@ser1.net>2022-03-15 10:56:30 -0500
commita67301503c0b270de1d1d82c9ef7486ed3638353 (patch)
tree4ccb8f81b5036aeb6d7171349c23eb5dacad1f1e /.github
parentdb95c9c48ac3c4c46fb2efaed244d38769e255d7 (diff)
Fixes #209 (I hope)
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 c639b2e..ee797e8 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.2.1
+ uses: xxxserxxx/actions/golang-build@latest
env:
SRCPATH: ./cmd/gotop
with:
diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml
index 2c522ea..9f5ca2a 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.2.1
+ uses: xxxserxxx/actions/golang-build@latest
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: