Skip to content

Commit

Permalink
Fix CI for Go 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
hslatman committed Sep 2, 2024
1 parent 4b9340f commit a2da793
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
test:
strategy:
matrix:
go-version: [1.20.x]
go-version: [1.21.x]
full-tests: [false]
include:
- go-version: 1.20.x
- go-version: 1.21.x
full-tests: true

runs-on: ubuntu-latest
Expand All @@ -22,7 +22,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: '1.20.7' # TODO: fix matrix
go-version: '1.21.13' # TODO: fix matrix
cache: true

- name: Checkout code
Expand Down

0 comments on commit a2da793

Please sign in to comment.