Skip to content

Commit

Permalink
Update CI to Go lang 1.22 (#1389)
Browse files Browse the repository at this point in the history
  • Loading branch information
Quinn-With-Two-Ns authored Feb 23, 2024
1 parent 6d4ec2d commit a71e4c4
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:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
go-version: ["1.20", "1.21"]
go-version: ["1.21", "1.22"]
include:
- os: ubuntu-latest
go-version: "1.21"
go-version: "1.22"
# We only want to upload coverage on a single target
uploadCoverage: true
# We only want to check docker compose on a single target
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
cloud-test:
strategy:
matrix:
go-version: ["1.20", "1.21"]
go-version: ["1.21", "1.22"]
# Try to avoid running tests in parallel to avoid workflow ID conflict
max-parallel: 1
# Only supported in non-fork runs, since secrets are not available in forks.
Expand Down

0 comments on commit a71e4c4

Please sign in to comment.