Skip to content

Commit 51e5fec

Browse files
committed
Update action
1 parent 2fd961a commit 51e5fec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
go-version: "1.23"
4141

4242
- name: Lint code issues 🚨
43-
uses: golangci/golangci-lint-action@v3
43+
uses: golangci/golangci-lint-action@v6
4444

4545
- name: Run tests 🧪
4646
run: go test -p 1 -cover -covermode atomic -coverprofile=profile.cov -v ./...

0 commit comments

Comments
 (0)