Skip to content

Commit eb955d7

Browse files
authored
Merge branch 'main' into dependabot/go_modules/google.golang.org/protobuf-1.35.1
2 parents 11b222a + 3fff121 commit eb955d7

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

Diff for: .github/workflows/test-on-push.yaml

+1-8
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,7 @@ 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:
20-
GOVER: ${{ matrix.gover }}
2114
GOLANGCILINT_VER: v1.55.2
2215

2316
steps:
@@ -29,7 +22,7 @@ jobs:
2922
- name: Setup
3023
uses: actions/setup-go@v5
3124
with:
32-
go-version: ${{ env.GOVER }}
25+
go-version-file: 'go.mod'
3326

3427
- name: Tidy
3528
run: make tidy

0 commit comments

Comments
 (0)