We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f1a328 commit 965e4f0Copy full SHA for 965e4f0
1 file changed
.github/workflows/go.yml
@@ -19,7 +19,7 @@ jobs:
19
strategy:
20
matrix:
21
os: [ubuntu-latest, windows-latest]
22
- go_version: [1.16, 1.17, 1.18, 1.19]
+ go_version: [1.18, 1.19]
23
24
steps:
25
- name: Check out code
0 commit comments