Skip to content

Commit

Permalink
Bump GitHub workflow actions (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
deining authored Sep 19, 2024
1 parent 6143718 commit eb10848
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ jobs:
timeout-minutes: 15
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
- run: go version
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v6
with:
version: latest
- run: go test -v -coverprofile=profile.cov ./...
Expand Down

0 comments on commit eb10848

Please sign in to comment.