Skip to content

Commit 3a46ac8

Browse files
committed
github: bring forward the versions of golang tested/built with
Signed-off-by: Vincent Batts <[email protected]>
1 parent 43a7dee commit 3a46ac8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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.10', '1.11', '1.12']
12+
go: ['1.15', '1.16', '1.17']
1313

1414
name: Documentation and Linting
1515
steps:

0 commit comments

Comments
 (0)