Skip to content

Commit 9dc5987

Browse files
authored
Merge pull request #177 from stefanberger/stefanberger/x-net-to-0.36.0
ci: Ditch go 1.22 and use 1.24
2 parents 1421946 + 9ea167f commit 9dc5987

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
tests:
6363
strategy:
6464
matrix:
65-
go: ["1.22", "1.23"]
65+
go: ["1.24", "1.23"]
6666
os: [ubuntu-22.04, windows-2022]
6767

6868
name: Tests / ${{ matrix.os }} / ${{ matrix.go }}

0 commit comments

Comments
 (0)