Skip to content

Commit 8996658

Browse files
committed
Bump golangci GitHub action to v7.0.0
1 parent b0f9951 commit 8996658

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/pr-golangci-lint.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,8 @@ jobs:
3030
go-version: ${{ steps.vars.outputs.go_version }}
3131

3232
- name: golangci-lint
33-
uses: golangci/golangci-lint-action@55c2c1448f86e01eaae002a5a3a9624417608d84 # tag=v6.5.2
33+
uses: golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd # tag=v7.0.0
3434
with:
3535
# update the version when updating golangci-lint
3636
version: v2.1.2
37-
args: --out-format=colored-line-number
3837
working-directory: ${{matrix.working-directory}}

0 commit comments

Comments
 (0)