Skip to content

Commit d6e2790

Browse files
authored
Bump go version (#4075)
1 parent a1a8dc5 commit d6e2790

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the manager binary
2-
FROM --platform=$BUILDPLATFORM golang:1.24.0 as builder
2+
FROM --platform=$BUILDPLATFORM golang:1.24.3 as builder
33

44
WORKDIR /workspace
55

go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
module github.com/actions/actions-runner-controller
22

3-
go 1.24.0
3+
go 1.24.3
4+
45
require (
56
github.com/bradleyfalzon/ghinstallation/v2 v2.14.0
67
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc

test/e2e/e2e_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1106,7 +1106,7 @@ func installActionsWorkflow(t *testing.T, testName, runnerLabel, testResultCMNam
11061106
testing.Step{
11071107
Uses: "actions/setup-go@v3",
11081108
With: &testing.With{
1109-
GoVersion: "1.24.0",
1109+
GoVersion: "1.24.3",
11101110
},
11111111
},
11121112
)

0 commit comments

Comments
 (0)