Skip to content

Commit 4736175

Browse files
authored
Merge pull request #345 from ruby-go-gem/dependabot/github_actions/golangci/golangci-lint-action-9
Bump golangci/golangci-lint-action from 8 to 9
2 parents 3844fea + 84d1122 commit 4736175

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
@@ -136,7 +136,7 @@ jobs:
136136
- run: echo $BUILD_TAG
137137

138138
- name: golangci-lint
139-
uses: golangci/golangci-lint-action@v8
139+
uses: golangci/golangci-lint-action@v9
140140
with:
141141
version: ${{ env.GOLANGCI_LINT_VERSION }}
142142
args: --build-tags ${{ env.BUILD_TAG }} --modules-download-mode=readonly

0 commit comments

Comments
 (0)