Skip to content

Commit b10e8a4

Browse files
authored
Merge pull request #178 from reproducible-containers/dependabot/github_actions/golangci/golangci-lint-action-6.5.2
build(deps): bump golangci/golangci-lint-action from 6.5.1 to 6.5.2
2 parents 8b8561c + a5bb8c9 commit b10e8a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
go-version: "oldstable"
1616
- run: go test -covermode=atomic -race -v ./...
1717
- name: golangci-lint
18-
uses: golangci/[email protected].1
18+
uses: golangci/[email protected].2
1919
with:
2020
args: --verbose
2121
- run: go install ./cmd/diffoci

0 commit comments

Comments
 (0)