Skip to content

Commit

Permalink
chore: update Go version matrix to include 1.23
Browse files Browse the repository at this point in the history
- Update the Go version matrix to include version 1.23

Signed-off-by: appleboy <appleboy.tw@gmail.com>
  • Loading branch information
appleboy committed Aug 31, 2024
1 parent 970c0c8 commit d37aa70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
go: ["1.20", 1.21, 1.22]
go: ["1.20", 1.21, 1.22, 1.23]
include:
- os: ubuntu-latest
go-build: ~/.cache/go-build
Expand Down

0 comments on commit d37aa70

Please sign in to comment.