Skip to content

Commit 8543684

Browse files
committed
Fix GitHub workflows
1 parent 4761e9c commit 8543684

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464

6565
strategy:
6666
matrix:
67-
go: ['1.12.17', '1.13.15', '1.14.7', '1.15', '1.16']
67+
go: ['1.15', '1.16', '1.17']
6868
fail-fast: false
6969
env:
7070
OS: windows-latest

0 commit comments

Comments
 (0)