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 14b0817 commit c60dc81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,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
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/timandy/gohack

go 1.21
go 1.22

require github.com/stretchr/testify v1.9.0

Expand Down

0 comments on commit c60dc81

Please sign in to comment.