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 0ac93a8 commit f3fbcf5
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 @@ -47,7 +47,7 @@ jobs:
uses: actions/setup-go@v5
with:
check-latest: true
go-version: '1.22'
go-version: '1.23'

- name: Set up Nodejs
uses: actions/setup-node@v4
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
uses: actions/setup-go@v5
with:
check-latest: true
go-version: '1.22'
go-version: '1.23'

- uses: getgauge/setup-gauge@master
with:
Expand Down

0 comments on commit f3fbcf5

Please sign in to comment.