Skip to content

Commit

Permalink
Update golangci-lint action
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafa committed Oct 6, 2024
1 parent fc0aa1d commit 4eb2b42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
go-version: "1.23"

- name: Lint code issues 🚨
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v6

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

0 comments on commit 4eb2b42

Please sign in to comment.