Skip to content

Commit

Permalink
Modify continuous integration script to support go1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
timandy committed Feb 23, 2024
1 parent 453ab10 commit aa049b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
matrix:
os: [ darwin, linux, windows, freebsd, js ]
arch: [ 386, amd64, armv6, armv7, arm64, loong64, mips, mipsle, mips64, mips64le, ppc64, ppc64le, riscv64, s390x, wasm ]
go: [ '1.13', '1.14', '1.15', '1.16', '1.17', '1.18', '1.19', '1.20', '1.21' ]
go: [ '1.13', '1.14', '1.15', '1.16', '1.17', '1.18', '1.19', '1.20', '1.21', '1.22' ]
exclude:
# darwin excludes
- os: darwin
Expand Down

0 comments on commit aa049b4

Please sign in to comment.