Skip to content

Commit ceeb2eb

Browse files
authored
Merge pull request #1114 from sudo-bmitch/pr-go-1.21
Update supported Go range to 1.19 - 1.21
2 parents 90f826d + c7a064f commit ceeb2eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs-and-linting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
go: ['1.18', '1.19', '1.20']
12+
go: ['1.19', '1.20', '1.21']
1313

1414
name: Documentation and Linting
1515
steps:

0 commit comments

Comments
 (0)