Skip to content

Commit

Permalink
fix: github action error
Browse files Browse the repository at this point in the history
  • Loading branch information
voidint committed Jul 1, 2024
1 parent b63f181 commit 48b1737
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: '~1.20'
cache: false
Expand All @@ -35,6 +35,7 @@ jobs:
uses: dominikh/staticcheck-action@v1
with:
version: "latest"
install-go: false

- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3
Expand All @@ -45,7 +46,7 @@ jobs:
run: make test-coverage

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: ./coverage.txt
flags: unittests
Expand Down

0 comments on commit 48b1737

Please sign in to comment.