Skip to content

Commit

Permalink
all: test with Go 1.24 rc1 (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
TotallyGamerJet authored Jan 3, 2025
1 parent 907f1d9 commit ca651c3
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.x']
go: ['1.18.x', '1.19.x', '1.20.x', '1.21.x', '1.22.x', '1.23.x', '1.24.0-rc.1']
name: Test with Go ${{ matrix.go }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
defaults:
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
freebsd:
strategy:
matrix:
go: ['1.18.10', '1.19.13', '1.20.14', '1.21.13', '1.22.6', '1.23.0']
go: ['1.18.10', '1.19.13', '1.20.14', '1.21.13', '1.22.6', '1.23.0', '1.24rc1']
name: Test with Go ${{ matrix.go }} on FreeBSD
runs-on: ubuntu-22.04
defaults:
Expand Down

0 comments on commit ca651c3

Please sign in to comment.