Skip to content

Commit

Permalink
.github/workflows: update Go 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
TotallyGamerJet authored Aug 13, 2024
1 parent 9d22ff2 commit 23bf3f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
go: ['1.18.x', '1.19.x', '1.20.x', '1.21.x', '1.22.x', '1.23.0-rc.2']
go: ['1.18.x', '1.19.x', '1.20.x', '1.21.x', '1.22.x', '1.23.0']
name: Test with Go ${{ matrix.go }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
defaults:
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
freebsd:
strategy:
matrix:
go: ['1.18.10', '1.19.13', '1.20.14', '1.21.13', '1.22.6']
go: ['1.18.10', '1.19.13', '1.20.14', '1.21.13', '1.22.6', '1.23.0']
name: Test with Go ${{ matrix.go }} on FreeBSD
runs-on: ubuntu-22.04
defaults:
Expand Down

0 comments on commit 23bf3f5

Please sign in to comment.