Skip to content

Commit e9f991e

Browse files
authored
Merge pull request #374 from ruby-go-gem/dependabot/github_actions/golangci/golangci-lint-action-9.2.0
Bump golangci/golangci-lint-action from 9.1.0 to 9.2.0
2 parents 56b189b + d85a4d3 commit e9f991e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
- run: echo $BUILD_TAG
136136

137137
- name: golangci-lint
138-
uses: golangci/golangci-lint-action@e7fa5ac41e1cf5b7d48e45e42232ce7ada589601 # v9.1.0
138+
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
139139
with:
140140
version: ${{ env.GOLANGCI_LINT_VERSION }}
141141
args: --build-tags ${{ env.BUILD_TAG }} --modules-download-mode=readonly

0 commit comments

Comments
 (0)