Skip to content

Commit

Permalink
[chore] Add Go 1.22 to CI (#218)
Browse files Browse the repository at this point in the history
* - Add Go 1.22 to CI
* - Pin Go 1.19 for coverage bug
  • Loading branch information
nwithan8 committed Jun 12, 2024
1 parent d64837e commit 6e2387c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.22'
- name: Install dependencies
run: make install
# curl installs must occur in the same step as the linter to run properly on CI
Expand All @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: ['1.16', '1.17', '1.18', '1.19', '1.20', '1.21']
go-version: ['1.16', '1.17', '1.18', '1.19', '1.20', '1.21', '1.22']
steps:
- name: Checkout Repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 6e2387c

Please sign in to comment.