Skip to content

Commit

Permalink
Build/test Gauge with golang 1.23
Browse files Browse the repository at this point in the history
Signed-off-by: Chad Wilson <[email protected]>
  • Loading branch information
chadlwilson committed Sep 26, 2024
1 parent 412a1e7 commit d7b07ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Setup go
uses: actions/setup-go@v5
with:
go-version: '1.22'
go-version: '1.23'
cache: false

- name: Setup java 17
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
- name: Setup go
uses: actions/setup-go@v5
with:
go-version: '1.22'
go-version: '1.23'
cache: false

- name: Setup .NET Core
Expand Down

0 comments on commit d7b07ac

Please sign in to comment.