Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/build_test_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
api.github.com:443
github.com:443
golang.org:443
go.dev:443
proxy.golang.org:443
sum.golang.org:443
*.githubusercontent.com:443
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/e2e-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ jobs:
github.com:443
gcr.io:443
ghcr.io:443
golang.org:443
proxy.golang.org:443
sum.golang.org:443
*.githubusercontent.com:443
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/e2e-upgrade-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
github.com:443
gcr.io:443
ghcr.io:443
golang.org:443
proxy.golang.org:443
sum.golang.org:443
*.githubusercontent.com:443
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/go-analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ jobs:
github.com:443
proxy.golang.org:443
sum.golang.org:443
golang.org:443
go.dev:443
*.githubusercontent.com:443
auth.docker.io:443
production.cloudflare.docker.com:443
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pull_request_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
api.github.com:443
github.com:443
golang.org:443
go.dev:443
proxy.golang.org:443
sum.golang.org:443
*.githubusercontent.com:443
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/linode/cluster-api-provider-linode

go 1.25.0

toolchain go1.25.2
toolchain go1.25.3

require (
github.com/akamai/AkamaiOPEN-edgegrid-golang/v8 v8.4.0
Expand Down
Loading