Skip to content

Commit

Permalink
Merge pull request #53 from godaddy/golang_1.20.5
Browse files Browse the repository at this point in the history
Upgrade go build version to 1.20.5
  • Loading branch information
jgowdy authored Jul 5, 2023
2 parents 4688f20 + 86205e2 commit 9f691b1
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.4-bullseye
image: golang:1.20.5-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.4
go-version: 1.20.5
- 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.20.4-bullseye
image: golang:1.20.5-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.20.4
go-version: 1.20.5
- name: Build for MacOS
run: scripts/macos-build.sh

0 comments on commit 9f691b1

Please sign in to comment.