Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mythrnr committed Jun 9, 2024
2 parents 729b3f6 + a34d1d1 commit 16d8bd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-code.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- uses: "actions/checkout@v4"

- uses: "golangci/golangci-lint-action@v4"
- uses: "golangci/golangci-lint-action@v6"
with:
version: "latest"

Expand Down Expand Up @@ -71,6 +71,6 @@ jobs:

- name: "Annotate tests"
if: "${{ always() }}"
uses: "guyarb/golang-test-annotations@v0.7.0"
uses: "guyarb/golang-test-annotations@v0.8.0"
with:
test-results: "result.json"

0 comments on commit 16d8bd3

Please sign in to comment.