Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build fails in Go 1.13 due to older golang-lint presense in mod file #1

Closed
bbrks opened this issue Nov 6, 2019 · 0 comments · Fixed by #2
Closed

Build fails in Go 1.13 due to older golang-lint presense in mod file #1

bbrks opened this issue Nov 6, 2019 · 0 comments · Fixed by #2

Comments

@bbrks
Copy link
Contributor

bbrks commented Nov 6, 2019

The project doesn't build under Go 1.13 out of the box due to an incompatible/older golangci-lint dependency in the mod file (golangci/golangci-lint#652)

$ git clone git@github.com:schweikert/fping-exporter.git
Cloning into 'fping-exporter'...
remote: Enumerating objects: 40, done.
remote: Counting objects: 100% (40/40), done.
remote: Compressing objects: 100% (30/30), done.
remote: Total 40 (delta 14), reused 32 (delta 9), pack-reused 0
Receiving objects: 100% (40/40), 278.57 KiB | 352.00 KiB/s, done.
Resolving deltas: 100% (14/14), done.
$ cd fping-exporter/
$ go build
go: github.com/golangci/golangci-lint@v1.17.1 requires
	github.com/go-critic/go-critic@v0.0.0-20181204210945-1df300866540: invalid pseudo-version: does not match version-control timestamp (2019-05-26T07:48:19Z)
@bbrks bbrks changed the title Build fails due to golang-lint presense in mod file Build fails in Go 1.13 due to older golang-lint presense in mod file Nov 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant