File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 2121 GO_TEST_ARGS : -coverprofile coverage.out -covermode atomic
2222 TEST_GEM_DIR : ruby/testdata/example/
2323
24- # c.f. https://github.com/golangci/golangci-lint/blob/main/CHANGELOG.md
25- GOLANGCI_LINT_VERSION : v2.4
26-
2724jobs :
2825 generate-matrix :
2926 runs-on : ubuntu-latest
@@ -137,7 +134,7 @@ jobs:
137134 - name : golangci-lint
138135 uses : golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
139136 with :
140- version : ${{ env.GOLANGCI_LINT_VERSION }}
137+ version-file : .golangci-lint-version
141138 args : --build-tags ${{ env.BUILD_TAG }} --modules-download-mode=readonly
142139
143140 - name : Slack Notification (not success)
Original file line number Diff line number Diff line change 1+ 2.4
You can’t perform that action at this time.
0 commit comments