Skip to content

Commit

Permalink
Update linter and release tooling
Browse files Browse the repository at this point in the history
  • Loading branch information
dnnrly committed Jan 19, 2020
1 parent 9ccfd22 commit 79c6b7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
- uses: actions/setup-go@v1
with:
go-version: '1.13'
- run: make ci-test deps build acceptance-test
- run: make ci-test deps lint build acceptance-test
env:
GO111MODULE: on
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ clean-deps:
./tmp/bats/install.sh .

./bin/golangci-lint:
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s v1.17.1
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s v1.22.2

test-deps: ./bin/bats ./bin/golangci-lint
$(GO_BIN) get -v ./...
Expand All @@ -51,7 +51,7 @@ test-deps: ./bin/bats ./bin/golangci-lint
mkdir ./tmp

./bin/goreleaser: ./bin ./tmp
$(CURL_BIN) --fail -L -o ./tmp/goreleaser.tar.gz https://github.com/goreleaser/goreleaser/releases/download/v0.117.2/goreleaser_Linux_x86_64.tar.gz
$(CURL_BIN) --fail -L -o ./tmp/goreleaser.tar.gz https://github.com/goreleaser/goreleaser/releases/download/v0.124.1/goreleaser_Linux_x86_64.tar.gz
gunzip -f ./tmp/goreleaser.tar.gz
tar -C ./bin -xvf ./tmp/goreleaser.tar

Expand Down

0 comments on commit 79c6b7d

Please sign in to comment.