From 77326fa97d8d16dc39404e58e45caa31d9fa774e Mon Sep 17 00:00:00 2001 From: Nikola Jokic Date: Wed, 7 May 2025 11:55:49 +0200 Subject: [PATCH 1/2] Bump go version --- Dockerfile | 2 +- go.mod | 2 +- test/e2e/e2e_test.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3e64d27301..2dba53d200 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM --platform=$BUILDPLATFORM golang:1.24.0 as builder +FROM --platform=$BUILDPLATFORM golang:1.24.3 as builder WORKDIR /workspace diff --git a/go.mod b/go.mod index 7ca02e5f46..cf45d160ae 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/actions/actions-runner-controller -go 1.24.0 +go 1.24.3 require ( github.com/bradleyfalzon/ghinstallation/v2 v2.14.0 github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc diff --git a/test/e2e/e2e_test.go b/test/e2e/e2e_test.go index 44d0c5b76b..0855294bfd 100644 --- a/test/e2e/e2e_test.go +++ b/test/e2e/e2e_test.go @@ -1106,7 +1106,7 @@ func installActionsWorkflow(t *testing.T, testName, runnerLabel, testResultCMNam testing.Step{ Uses: "actions/setup-go@v3", With: &testing.With{ - GoVersion: "1.24.0", + GoVersion: "1.24.3", }, }, ) From db3902228ffd656446440ca68c094d808b4519bb Mon Sep 17 00:00:00 2001 From: Nikola Jokic Date: Wed, 7 May 2025 12:04:39 +0200 Subject: [PATCH 2/2] mod tidy --- go.mod | 1 + 1 file changed, 1 insertion(+) diff --git a/go.mod b/go.mod index cf45d160ae..12f608327f 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,7 @@ module github.com/actions/actions-runner-controller go 1.24.3 + require ( github.com/bradleyfalzon/ghinstallation/v2 v2.14.0 github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc