summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorSean E. Russell <ser@ser1.net>2022-02-09 14:10:14 -0600
committerSean E. Russell <ser@ser1.net>2022-02-09 14:10:14 -0600
commit7d2656726e181968a8003607e1f0ab002706e443 (patch)
tree68f3261f256a6f19ea155f3388b51d89506dbb2f /.github
parent66047ad64cf9211da7940d3c73b5811766591124 (diff)
Version bump for bugfix in action; maybe I should use @latest?
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 3c3b279..c639b2e 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.0
+ uses: xxxserxxx/actions/golang-build@v2.2.1
env:
SRCPATH: ./cmd/gotop
with:
diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml
index e859c24..2c522ea 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.0
+ uses: xxxserxxx/actions/golang-build@v2.2.1
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: