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 d0f33a8 commit b63f181
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20.11'
go-version: '~1.20'
cache: false

- name: Checkout Source
Expand All @@ -32,12 +32,14 @@ jobs:
args: -exclude=G107,G204,G304,G401,G505 -quiet ./...

- name: Run staticcheck
uses: dominikh/[email protected]
uses: dominikh/staticcheck-action@v1
with:
version: "latest"

- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.54
version: "latest"

- name: Run coverage
run: make test-coverage
Expand Down

0 comments on commit b63f181

Please sign in to comment.