Skip to content

Commit

Permalink
Update GitHub Actions matrix for Go v1.21 and v1.22
Browse files Browse the repository at this point in the history
This change adds Go v1.21 and v1.22 to the GitHub Actions matrix in CI.
It also drops previous Go versions as they would no longer receive
updates.

Signed-off-by: Austin Vazquez <[email protected]>
  • Loading branch information
austinvazquez committed Feb 12, 2024
1 parent 05cf624 commit 1d42d75
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

1 comment on commit 1d42d75

@131601z
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.