You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 8, 2026. It is now read-only.
For consistency and better maintainability, the Go version should be defined as a build argument (ARG) at the top of the Dockerfile, similar to other versions like NODE_VERSION and CHROME_VERSION. This makes all version definitions easy to find and manage in one place.
Please add ARG GO_VERSION="1.26.1" in the arguments section at the top of the file (around line 37) and remove the hardcoded version from this RUN command.
For consistency and better maintainability, the Go version should be defined as a build argument (
ARG) at the top of the Dockerfile, similar to other versions likeNODE_VERSIONandCHROME_VERSION. This makes all version definitions easy to find and manage in one place.Please add
ARG GO_VERSION="1.26.1"in the arguments section at the top of the file (around line 37) and remove the hardcoded version from thisRUNcommand.Originally posted by @gemini-code-assist[bot] in #1183 (comment)