Skip to content

Commit

Permalink
Merge pull request #1114 from sudo-bmitch/pr-go-1.21
Browse files Browse the repository at this point in the history
Update supported Go range to 1.19 - 1.21
  • Loading branch information
sajayantony committed Nov 10, 2023
2 parents 90f826d + c7a064f commit ceeb2eb
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 ceeb2eb

Please sign in to comment.