summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean E. Russell <ser@ser1.net>2022-02-08 10:01:55 -0600
committerSean E. Russell <ser@ser1.net>2022-02-08 10:01:55 -0600
commite739840ac0f95c52bd40ae9576956e2229968c87 (patch)
treefdd2501ac66b439e3b6ca63e3a887c2958927a4d
parentb89013b18af0e2cf9f99b9430262d1d1b3755c03 (diff)
FreeBSD was failing because the compiler name changed in the image.
-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 128fd20..5b0a64d 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.4
+ uses: xxxserxxx/actions/golang-build@v2.1.0
env:
SRCPATH: ./cmd/gotop
with:
diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml
index f1eecbb..7909680 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.4
+ uses: xxxserxxx/actions/golang-build@v2.1.0
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: