We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abaf4ae commit a476f40Copy full SHA for a476f40
.github/workflows/go.yml
@@ -7,7 +7,7 @@ jobs:
7
strategy:
8
matrix:
9
os: [ubuntu-latest]
10
- go: ["1.19.x","1.18.x","1.11.x","1.10.x","1.5.x"]
+ go: ["1.19.x","1.18.x","1.5.x"] # keeping 1.5.x b/c we can. works with 1.3.x
11
12
steps:
13
- name: Setup Go ${{ matrix.go }}
0 commit comments