Skip to content

Docker image with Go 1.13 #682

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

Closed
troyronda opened this issue Sep 11, 2019 · 2 comments
Closed

Docker image with Go 1.13 #682

troyronda opened this issue Sep 11, 2019 · 2 comments
Labels
area: docker enhancement New feature or improvement

Comments

@troyronda
Copy link

troyronda commented Sep 11, 2019

Version of golangci-lint: 1.18

The docker image for golangci-lint is on Go 1.12 (

FROM golang:1.12
)

This can result in some errors when running this docker image against code developed for Go 1.13. In particular:
Is not declared by package errors (typecheck)

@tpounds
Copy link
Contributor

tpounds commented Sep 14, 2019

@jirfag, @troyronda This is fixed by 6ec8ff2 but didn't auto-close since I accidentally annotated the commit with the discarded pull request #683 instead of this issue.

@troyronda
Copy link
Author

Thanks!

@tpounds tpounds added enhancement New feature or improvement area: docker labels Sep 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: docker enhancement New feature or improvement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants