Skip to content

Commit b915e22

Browse files
committed
Add CI tests for Go 1.9
1 parent ff03445 commit b915e22

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
test:
55
strategy:
66
matrix:
7-
go-version: [1.11.x, 1.12.x, 1.13.x, 1.14.x, 1.15.x, 1.16.x]
7+
go-version: [1.9.x, 1.10.x, 1.11.x, 1.12.x, 1.13.x, 1.14.x, 1.15.x, 1.16.x]
88
os: [ubuntu-latest]
99
runs-on: ${{ matrix.os }}
1010
steps:
@@ -19,8 +19,6 @@ jobs:
1919
# In order:
2020
# * Module download cache
2121
# * Build cache (Linux)
22-
# * Build cache (Mac)
23-
# * Build cache (Windows)
2422
path: |
2523
~/go/pkg/mod
2624
~/.cache/go-build

0 commit comments

Comments
 (0)