Skip to content

Commit

Permalink
ci: update lint action
Browse files Browse the repository at this point in the history
  • Loading branch information
h-r-k-matsumoto committed Feb 3, 2024
1 parent 131a906 commit c43c6af
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: go test -json ./... > test.json
- name: annotate tests
if: always()
uses: guyarb/golang-test-annotations@v0.6.0
uses: guyarb/golang-test-annotations@v0.7.0
with:
test-results: test.json
lint:
Expand All @@ -38,11 +38,9 @@ jobs:
go-version: [1.20]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
stable: 'true'
go-version: '1.20'
- uses: golangci/golangci-lint-action@v3
with:
skip-go-installation: true

0 comments on commit c43c6af

Please sign in to comment.