Skip to content

Commit 068d714

Browse files
committed
update default go version of the main container image
Signed-off-by: Tariq Ibrahim <[email protected]> As the go.mod file pins the minimum go version to 1.22.2, it no longer makes sense for the container's default go version to be a values lesser than that. Sp we bump the default golang build arg to 1.22.6
1 parent 23857db commit 068d714

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployments/container/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
ARG GOLANG_VERSION=1.20.5
15+
ARG GOLANG_VERSION=1.22.6
1616
FROM nvidia/cuda:12.6.0-base-ubi8 as build
1717

1818
RUN yum install -y \

0 commit comments

Comments
 (0)