Skip to content

Commit f8c0f29

Browse files
authored
Merge pull request #3 from flashadmin/dependabot/github_actions/golangci/golangci-lint-action-8
Bump golangci/golangci-lint-action from 4 to 8
2 parents ad152a2 + 87d3d9f commit f8c0f29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
go-version: '1.19'
2323
- uses: actions/checkout@v4
2424
- name: golangci-lint
25-
uses: golangci/golangci-lint-action@v4
25+
uses: golangci/golangci-lint-action@v8
2626
with:
2727
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
2828
version: latest

0 commit comments

Comments
 (0)