Skip to content

Commit 60dc6a8

Browse files
authored
Merge branch 'main' into update-lint
Signed-off-by: Mike Nguyen <[email protected]>
2 parents 17b2953 + 3fff121 commit 60dc6a8

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/test-on-push.yaml

+1-7
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,6 @@ jobs:
1010
build:
1111
name: Test on ${{ matrix.gover }}
1212
runs-on: ubuntu-latest
13-
strategy:
14-
fail-fast: false
15-
matrix:
16-
gover:
17-
- "1.21"
18-
- "1.22"
1913
env:
2014
GOVER: ${{ matrix.gover }}
2115
GOLANGCILINT_VER: v1.61.0
@@ -29,7 +23,7 @@ jobs:
2923
- name: Setup
3024
uses: actions/setup-go@v5
3125
with:
32-
go-version: ${{ env.GOVER }}
26+
go-version-file: 'go.mod'
3327

3428
- name: Tidy
3529
run: make tidy

0 commit comments

Comments
 (0)