diff --git a/Earthfile b/Earthfile index 8bb12fe..5359f0c 100644 --- a/Earthfile +++ b/Earthfile @@ -1,6 +1,6 @@ VERSION 0.8 # renovate: datasource=docker packageName=golang -ARG go_version=1.25.5-alpine3.23 +ARG go_version=1.26.0-alpine3.23 FROM golang:$go_version WORKDIR /intl