Skip to content

Commit

Permalink
Merge pull request #433 from onflow/fxamacker/add-go1.22-in-ci-yml
Browse files Browse the repository at this point in the history
Add go1.22 to ci.yml
  • Loading branch information
fxamacker authored Aug 30, 2024
2 parents e864636 + c4a4597 commit a5a65c7
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 @@ -31,7 +31,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
go-version: ['1.20', 1.21]
go-version: ['1.20', 1.21, 1.22]

steps:
- name: Install Go
Expand Down

0 comments on commit a5a65c7

Please sign in to comment.