Skip to content

Commit

Permalink
Merge pull request #74 from atc0005/update-golangci-lint-version
Browse files Browse the repository at this point in the history
golangci-lint | Update from v1.25.1 to v1.29.0
  • Loading branch information
atc0005 authored Jul 28, 2020
2 parents ac313f8 + 01f491e commit 04ef93e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ VERSION = $(shell git describe --always --long --dirty)

# https://github.com/golangci/golangci-lint#install
# https://github.com/golangci/golangci-lint/releases/latest
GOLANGCI_LINT_VERSION = v1.25.1
GOLANGCI_LINT_VERSION = v1.29.0

# The default `go build` process embeds debugging information. Building
# without that debugging information reduces the binary size by around 28%.
Expand Down

0 comments on commit 04ef93e

Please sign in to comment.