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

Update to go 1.15 and go mod #101

Merged
merged 2 commits into from
Oct 22, 2020

Conversation

kirillbilchenko
Copy link
Contributor

@kirillbilchenko kirillbilchenko commented Oct 21, 2020

Update to go 1.15 and go mod
Signed-off-by: kirillbilchenko kirya7@gmail.com

Signed-off-by: kirillbilchenko <kirya7@gmail.com>
Copy link
Contributor

@aoldershaw aoldershaw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR, nice to get off Godeps! Just have a small comment about pinning to go 1.15 in the alpine Dockerfile

@@ -1,8 +1,8 @@
FROM golang:alpine as builder
COPY . /go/src/github.com/concourse/github-release-resource
FROM golang:1.15-alpine AS builder
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we want to actually pin this to 1.15 - just using golang:alpine will keep us at the latest go version.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let me change this, sounds reasonable

Signed-off-by: kirillbilchenko <kirya7@gmail.com>
Copy link
Contributor

@aoldershaw aoldershaw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Speedy as always 😁 thanks again!

@aoldershaw aoldershaw merged commit 49637ab into concourse:master Oct 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants