Skip to content

Commit

Permalink
Modify continuous integration script to support go1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
timandy committed Aug 15, 2024
1 parent 8b58b7d commit 640a4df
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 @@ -56,7 +56,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.18', '1.19', '1.20', '1.21', '1.22' ]
go: [ '1.18', '1.19', '1.20', '1.21', '1.22', '1.23' ]
exclude:
# darwin excludes
- os: darwin
Expand Down

0 comments on commit 640a4df

Please sign in to comment.