Skip to content

Commit

Permalink
install golang-cilint
Browse files Browse the repository at this point in the history
  • Loading branch information
jgough committed May 14, 2024
1 parent 42459a0 commit 01b1d55
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,7 @@ jobs:
GO_TEST_SUM_VERSION=1.10.0
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
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.57.2
- name: Install Task
uses: arduino/setup-task@v1
Expand Down

0 comments on commit 01b1d55

Please sign in to comment.