Skip to content

Commit f1926ba

Browse files
authored
Merge pull request #130 from maxmind/dependabot/github_actions/golangci/golangci-lint-action-4
Bump golangci/golangci-lint-action from 3 to 4
2 parents 15ed5b2 + 3743cbe commit f1926ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/golangci-lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
go-version: 1.21
1717
- uses: actions/checkout@v4
1818
- name: golangci-lint
19-
uses: golangci/golangci-lint-action@v3
19+
uses: golangci/golangci-lint-action@v4
2020
with:
2121
version: latest

0 commit comments

Comments
 (0)