Robert Burke created BEAM-12656:
-----------------------------------
Summary: go-licenses won't build
Key: BEAM-12656
URL: https://issues.apache.org/jira/browse/BEAM-12656
Project: Beam
Issue Type: Bug
Components: release
Reporter: Robert Burke
Assignee: Robert Burke
Fix For: 2.32.0
One of go-licenses deps has moved to require go 1.16, leading to a build
failure in go 1.15 which is currently used.
We need to update the Dockerfile to use Go 1.16 instead to resolve it.
Note: This also partly because Go Modules isn't yet used by default from that
version, preventing minimum version selection from locking the version. This
will stop being an issue at Go 1.17 or if we decide to play with the
GO111MODULES environment variable a bit.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)