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 dd9a2d5 commit 3fff121Copy full SHA for 3fff121
.github/workflows/test-on-push.yaml
@@ -10,14 +10,7 @@ jobs:
10
build:
11
name: Test on ${{ matrix.gover }}
12
runs-on: ubuntu-latest
13
- strategy:
14
- fail-fast: false
15
- matrix:
16
- gover:
17
- - "1.21"
18
- - "1.22"
19
env:
20
- GOVER: ${{ matrix.gover }}
21
GOLANGCILINT_VER: v1.55.2
22
23
steps:
@@ -29,7 +22,7 @@ jobs:
29
- name: Setup
30
uses: actions/setup-go@v5
31
24
with:
32
- go-version: ${{ env.GOVER }}
25
+ go-version-file: 'go.mod'
33
26
34
27
- name: Tidy
35
28
run: make tidy
0 commit comments