Skip to content

Commit

Permalink
Merge pull request #66 from godaddy/golang_1.20.12
Browse files Browse the repository at this point in the history
Upgrade go build version to 1.20.12
  • Loading branch information
jgowdy committed Jan 13, 2024
2 parents 8e42a0e + c675c13 commit 9075120
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.20.10-bullseye
image: golang:1.20.12-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.20.10
go-version: 1.20.12
- name: Build for MacOS
run: scripts/macos-build.sh
- name: Publish MacOS sha256sums
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
timeout-minutes: 15
runs-on: ubuntu-latest
container:
image: golang:1.21.2-bullseye
image: golang:1.20.12-bullseye
options: --ulimit core=-1 --ulimit memlock=-1:-1
steps:
- uses: actions/checkout@v2
Expand All @@ -32,6 +32,6 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.21.2
go-version: 1.20.12
- name: Build for MacOS
run: scripts/macos-build.sh

0 comments on commit 9075120

Please sign in to comment.