Skip to content

Commit 4eb2b42

Browse files
committed
Update golangci-lint action
1 parent fc0aa1d commit 4eb2b42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
go-version: "1.23"
2727

2828
- name: Lint code issues 🚨
29-
uses: golangci/golangci-lint-action@v3
29+
uses: golangci/golangci-lint-action@v6
3030

3131
- name: Run Go tests 🔬
3232
run: go test -cover -covermode atomic -coverprofile=profile.cov -v ./...

0 commit comments

Comments
 (0)