Skip to content

Commit 601f21d

Browse files
Merge pull request #37 from jonboulle/go118
Go 1.18
2 parents 8363671 + 2e53091 commit 601f21d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
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', '1.16', '1.17']
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

0 commit comments

Comments
 (0)