Skip to content

Commit

Permalink
Merge pull request #573 from fxamacker/fxamacker/add-go1.23-to-ci.yml
Browse files Browse the repository at this point in the history
Add go1.23 to ci.yml
  • Loading branch information
fxamacker authored Aug 31, 2024
2 parents cf1667f + 01e8588 commit bacf09a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
go-version: [1.17, 1.19, '1.20', 1.21, 1.22]
go-version: [1.17, 1.18, 1.19, '1.20', 1.21, 1.22, 1.23]
steps:
- name: Install Go
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
Expand Down

0 comments on commit bacf09a

Please sign in to comment.