Skip to content

Commit

Permalink
.github/workflows: update Go versions for FreeBSD (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
hajimehoshi authored Jan 6, 2025
1 parent a32290b commit 6cbd046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
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', '1.24rc1']
go: ['1.18.10', '1.19.13', '1.20.14', '1.21.13', '1.22.10', '1.23.4', '1.24rc1']
name: Test with Go ${{ matrix.go }} on FreeBSD
runs-on: ubuntu-22.04
defaults:
Expand Down

0 comments on commit 6cbd046

Please sign in to comment.