File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 strategy :
1616 matrix :
1717 os : [ubuntu-latest, windows-latest, macos-latest]
18+ version : [1.25.x, 1.26.x]
1819 runs-on : ${{ matrix.os }}
1920 env :
2021 OUTPUTDIR : coverage
2526 fetch-depth : 0
2627 - uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
2728 with :
28- go-version-file : go.mod
29- cache-dependency-path : go.sum
29+ go-version : ${{ matrix.version }}
3030
3131 - name : Run tests
3232 run : make test
Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ jobs:
1212 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1313 - uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
1414 with :
15- go-version-file : go.mod
15+ go-version : 1.26.x
1616
1717 # Golangci-lint action is flaky, so we run it manually
1818 - name : Run golangci-lint
1919 shell : bash
2020 run : |
21- go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.1.2
22- make lint
21+ go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.11.3
22+ make lint
You can’t perform that action at this time.
0 commit comments