@@ -19,16 +19,16 @@ jobs:
1919 strategy :
2020 matrix :
2121 include :
22- - { go-version: 1.25 , go-os: linux, go-arch: amd64 }
23- - { go-version: 1.25 , go-os: linux, go-arch: 386 }
24- - { go-version: 1.25 , go-os: linux, go-arch: arm64 }
25- - { go-version: 1.25 , go-os: linux, go-arch: arm }
26- - { go-version: 1.25 , go-os: openbsd, go-arch: amd64 }
27- - { go-version: 1.25 , go-os: openbsd, go-arch: 386 }
28- - { go-version: 1.25 , go-os: openbsd, go-arch: arm64 }
29- - { go-version: 1.25 , go-os: openbsd, go-arch: arm }
30- - { go-version: 1.25 , go-os: darwin, go-arch: arm64 }
31- - { go-version: 1.25 , go-os: freebsd, go-arch: amd64 }
22+ - { go-version: 1.26 , go-os: linux, go-arch: amd64 }
23+ - { go-version: 1.26 , go-os: linux, go-arch: 386 }
24+ - { go-version: 1.26 , go-os: linux, go-arch: arm64 }
25+ - { go-version: 1.26 , go-os: linux, go-arch: arm }
26+ - { go-version: 1.26 , go-os: openbsd, go-arch: amd64 }
27+ - { go-version: 1.26 , go-os: openbsd, go-arch: 386 }
28+ - { go-version: 1.26 , go-os: openbsd, go-arch: arm64 }
29+ - { go-version: 1.26 , go-os: openbsd, go-arch: arm }
30+ - { go-version: 1.26 , go-os: darwin, go-arch: arm64 }
31+ - { go-version: 1.26 , go-os: freebsd, go-arch: amd64 }
3232
3333 steps :
3434
0 commit comments