We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8363671 + 2e53091 commit 601f21dCopy full SHA for 601f21d
.github/workflows/ci.yaml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
strategy:
14
matrix:
15
- go: ['1.11', '1.12', '1.13', '1.14', '1.15', '1.16', '1.17']
+ go: ['1.11', '1.12', '1.13', '1.14', '1.15', '1.16', '1.17', '1.18']
16
env:
17
GOFLAGS: -mod=readonly
18
0 commit comments