Skip to content

Commit

Permalink
lint: bump golangci-lint to 1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcloughlin committed Mar 5, 2019
1 parent 3cfe40e commit e4cc632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ go get -u \
go install ./internal/cmd/asmdecl

# Install golangci-lint
golangci_lint_version='v1.12.3'
golangci_lint_version='v1.15.0'
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $GOPATH/bin ${golangci_lint_version}

# embedmd required for documentation generation
Expand Down

0 comments on commit e4cc632

Please sign in to comment.