Skip to content

Commit

Permalink
Merge pull request #59 from godaddy/Go120
Browse files Browse the repository at this point in the history
Revert to Go 1.20.10 to avoid Go compiler bug
  • Loading branch information
jgowdy committed Oct 11, 2023
2 parents 5418b1c + 9f9ecca commit 3317364
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
timeout-minutes: 15
runs-on: ubuntu-latest
container:
image: golang:1.21.2-bullseye
image: golang:1.20.10-bullseye
options: --ulimit core=-1 --ulimit memlock=-1:-1
steps:
- uses: actions/checkout@v2
Expand All @@ -36,7 +36,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.21.2
go-version: 1.20.10
- name: Build for MacOS
run: scripts/macos-build.sh
- name: Publish MacOS sha256sums
Expand Down

0 comments on commit 3317364

Please sign in to comment.