File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1616 - name : Set up Go 1.x
1717 uses : actions/setup-go@v5
1818 with :
19- go-version : ' 1.24 '
19+ go-version-file : ./go.mod
2020 id : go
21- - name : Build binary
22- run : |
23- make managers
2421 - name : ' Login to GitHub Container Registry'
2522 uses : docker/login-action@v1
2623 with :
3128 env :
3229 REGISTRY : ghcr.io/absaoss
3330 TAG : v2.9.3
31+ GO_VERSION : ${{steps.go.outputs.go-version}}
3432 run : |
3533 make docker-build-all
3634 make docker-push-manifest
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ require (
6868 sigs.k8s.io/aws-iam-authenticator v0.6.13
6969 sigs.k8s.io/cluster-api v1.10.2
7070 sigs.k8s.io/cluster-api/test v1.10.2
71- sigs.k8s.io/controller-runtime v0.20.4
71+ sigs.k8s.io/controller-runtime v0.21.0
7272 sigs.k8s.io/yaml v1.4.0
7373)
7474
You can’t perform that action at this time.
0 commit comments