Skip to content

Commit

Permalink
Add go1.23 to ci.yml
Browse files Browse the repository at this point in the history
Added go1.18 and go1.23 to ci.yml.
  • Loading branch information
fxamacker committed Aug 14, 2024
1 parent 5057ba6 commit 01e8588
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 01e8588

Please sign in to comment.