Skip to content

Commit

Permalink
Merge pull request #511 from austinvazquez/update-go-in-ci
Browse files Browse the repository at this point in the history
Update GitHub Actions matrix for Go v1.21 and v1.22
  • Loading branch information
sudo-bmitch authored Feb 15, 2024
2 parents 7032866 + 1d42d75 commit c093484
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

strategy:
matrix:
go: ['1.18', '1.19', '1.20']
go: ['1.21', '1.22']

steps:
- name: checkout source code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

strategy:
matrix:
go: ['1.18', '1.19', '1.20']
go: ['1.21', '1.22']

steps:
- name: checkout source code
Expand Down

0 comments on commit c093484

Please sign in to comment.