Skip to content
This repository has been archived by the owner on Jan 15, 2023. It is now read-only.

Golang update to 1.17 in builder Dockerfile #364

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

jhaoheng
Copy link

@jhaoheng jhaoheng commented May 23, 2022

This pull request bumps up the Golang version from 1.15 to latest 1.17 for lambci/lambda:build-go1.x.

Because GoLang v1.16 and above start to support embed solution, it could help developer to embed their data easier. And it help me a lot. And dep command is deprecated and can not build with v1.16.

Thank you

docker build -t lambci/lambda:build-go1.x .
docker run -it --rm lambci/lambda:build-go1.x  go version

#345

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant