This is an automated email from the ASF dual-hosted git repository.
lostluck pushed a commit to branch lostluck-go-play
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/lostluck-go-play by this push:
new da147887ec1 Update go-licenses Dockerfile to always use latest Go.
da147887ec1 is described below
commit da147887ec1f4fb38ae1e4b5f5b08831946e853d
Author: Robert Burke <[email protected]>
AuthorDate: Thu Sep 12 11:08:44 2024 -0700
Update go-licenses Dockerfile to always use latest Go.
---
release/go-licenses/Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/release/go-licenses/Dockerfile b/release/go-licenses/Dockerfile
index 1dfddc6e374..f37b161ab3e 100644
--- a/release/go-licenses/Dockerfile
+++ b/release/go-licenses/Dockerfile
@@ -16,7 +16,7 @@
# limitations under the License.
###############################################################################
-FROM golang:1.20-bookworm
+FROM golang:1-bookworm
WORKDIR /usr/src/app
COPY go.mod ./