Skip to content

Commit 6cbd046

Browse files
authored
.github/workflows: update Go versions for FreeBSD (#296)
1 parent a32290b commit 6cbd046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
freebsd:
138138
strategy:
139139
matrix:
140-
go: ['1.18.10', '1.19.13', '1.20.14', '1.21.13', '1.22.6', '1.23.0', '1.24rc1']
140+
go: ['1.18.10', '1.19.13', '1.20.14', '1.21.13', '1.22.10', '1.23.4', '1.24rc1']
141141
name: Test with Go ${{ matrix.go }} on FreeBSD
142142
runs-on: ubuntu-22.04
143143
defaults:

0 commit comments

Comments
 (0)