Skip to content

Commit

Permalink
fixup golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jgough committed May 14, 2024
1 parent cb28fdf commit 42459a0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ jobs:
curl -fSsOL https://github.com/gotestyourself/gotestsum/releases/download/v${GO_TEST_SUM_VERSION}/gotestsum_${GO_TEST_SUM_VERSION}_linux_amd64.tar.gz
tar xvzf gotestsum_${GO_TEST_SUM_VERSION}_linux_amd64.tar.gz -C /usr/local/bin
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.58

- name: Install Task
uses: arduino/setup-task@v1
with:
Expand Down

0 comments on commit 42459a0

Please sign in to comment.