Skip to content

Commit 6c63932

Browse files
Creating PR to update Go version to 1.24.10
1 parent 49e4ddb commit 6c63932

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.go-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.24.7
1+
1.24.10

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
99
# See the License for the specific language governing permissions and
1010
# limitations under the License.
11-
ARG BUILDER=public.ecr.aws/eks-distro-build-tooling/golang:1.24.7-gcc
11+
ARG BUILDER=public.ecr.aws/eks-distro-build-tooling/golang:1.24.10-gcc
1212
ARG BASE_IMAGE=public.ecr.aws/eks-distro/kubernetes/go-runner:v0.18.0-eks-1-34-latest
1313

1414
FROM --platform=$BUILDPLATFORM ${BUILDER} AS build

0 commit comments

Comments
 (0)