Skip to content

Commit d88c72d

Browse files
authored
Merge pull request #177 from planetlabs/dependabot/github_actions/golangci/golangci-lint-action-6
Bump golangci/golangci-lint-action from 5 to 6
2 parents e8854ff + 1d86a37 commit d88c72d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/[email protected]
1717
with:
1818
go-version: '1.21'
19-
- uses: golangci/golangci-lint-action@v5
19+
- uses: golangci/golangci-lint-action@v6
2020
with:
2121
version: v1.54.1
2222
args: "--out-${NO_FUTURE}format colored-line-number"

0 commit comments

Comments
 (0)