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

Golang update to 1.17 in builder Dockerfile - #364

Open
jhaoheng wants to merge 2 commits into
lambci:masterfrom
jhaoheng:master
Open

Golang update to 1.17 in builder Dockerfile#364
jhaoheng wants to merge 2 commits into
lambci:masterfrom
jhaoheng:master

Conversation

@jhaoheng

@jhaoheng jhaoheng commented May 23, 2022

Copy link
Copy Markdown

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

1 participant