Skip to content

Commit fd7ad23

Browse files
Merge pull request #30 from emperror/go
Add new go versions to CI
2 parents ec817b5 + 04464fc commit fd7ad23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
go: ['1.11', '1.12', '1.13', '1.14', '1.15']
15+
go: ['1.11', '1.12', '1.13', '1.14', '1.15', '1.16', '1.17', '1.18']
1616
env:
1717
GOFLAGS: -mod=readonly
1818
GOPROXY: https://proxy.golang.org

0 commit comments

Comments
 (0)