We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 011890e commit 5218ea1Copy full SHA for 5218ea1
.github/workflows/lint.yml
@@ -14,7 +14,7 @@ jobs:
14
steps:
15
- uses: actions/setup-go@v3
16
with:
17
- go-version: 1.17
+ go-version: 1.18
18
19
- name: Configure git for private modules
20
env:
.github/workflows/tests.yml
strategy:
fail-fast: true
matrix:
- go-version: [1.17.x, 1.18.x, 1.19.x]
+ go-version: [1.18.x, 1.19.x, 1.20.x]
name: Tests - Go ${{ matrix.go-version }}
0 commit comments