Skip to content

Commit ac1346f

Browse files
Update dependency go to v1.25.3 (#918)
* Update dependency go to v1.25.3 * downloading directly from Go is getting blocked when falling back * add missing golang.org for some of the workflows --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Ashley Dumaine <[email protected]>
1 parent cd67e04 commit ac1346f

File tree

6 files changed

+7
-1
lines changed

6 files changed

+7
-1
lines changed

.github/workflows/build_test_ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
api.github.com:443
5555
github.com:443
5656
golang.org:443
57+
go.dev:443
5758
proxy.golang.org:443
5859
sum.golang.org:443
5960
*.githubusercontent.com:443

.github/workflows/e2e-test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ jobs:
9393
github.com:443
9494
gcr.io:443
9595
ghcr.io:443
96+
golang.org:443
9697
proxy.golang.org:443
9798
sum.golang.org:443
9899
*.githubusercontent.com:443

.github/workflows/e2e-upgrade-test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
github.com:443
5757
gcr.io:443
5858
ghcr.io:443
59+
golang.org:443
5960
proxy.golang.org:443
6061
sum.golang.org:443
6162
*.githubusercontent.com:443

.github/workflows/go-analyze.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ jobs:
5050
github.com:443
5151
proxy.golang.org:443
5252
sum.golang.org:443
53+
golang.org:443
54+
go.dev:443
5355
*.githubusercontent.com:443
5456
auth.docker.io:443
5557
production.cloudflare.docker.com:443

.github/workflows/pull_request_ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
api.github.com:443
5858
github.com:443
5959
golang.org:443
60+
go.dev:443
6061
proxy.golang.org:443
6162
sum.golang.org:443
6263
*.githubusercontent.com:443

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/linode/cluster-api-provider-linode
22

33
go 1.25.0
44

5-
toolchain go1.25.2
5+
toolchain go1.25.3
66

77
require (
88
github.com/akamai/AkamaiOPEN-edgegrid-golang/v8 v8.4.0

0 commit comments

Comments
 (0)