Skip to content

Commit a476f40

Browse files
committed
limit go versions for testing
1 parent abaf4ae commit a476f40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
matrix:
99
os: [ubuntu-latest]
10-
go: ["1.19.x","1.18.x","1.11.x","1.10.x","1.5.x"]
10+
go: ["1.19.x","1.18.x","1.5.x"] # keeping 1.5.x b/c we can. works with 1.3.x
1111

1212
steps:
1313
- name: Setup Go ${{ matrix.go }}

0 commit comments

Comments
 (0)