Skip to content

Commit

Permalink
Update supported Go range to 1.19 - 1.21
Browse files Browse the repository at this point in the history
Previous supported range was 1.18 - 1.20.

Signed-off-by: Brandon Mitchell <git@bmitch.net>
  • Loading branch information
sudo-bmitch committed Sep 7, 2023
1 parent 24a0e97 commit c7a064f
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.18', '1.19', '1.20']
go: ['1.19', '1.20', '1.21']

name: Documentation and Linting
steps:
Expand Down

0 comments on commit c7a064f

Please sign in to comment.