Skip to content

Commit

Permalink
Update Go matrix in CI for Go v1.22
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Vazquez <macedonv@amazon.com>
  • Loading branch information
austinvazquez committed Feb 11, 2024
1 parent 365fa41 commit 1a2b9a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs-and-linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: ['1.19', '1.20', '1.21']
go: ['1.21', '1.22']

name: Documentation and Linting
steps:
Expand Down

0 comments on commit 1a2b9a5

Please sign in to comment.