Skip to content

Commit 383d72b

Browse files
ci: use Go 1.25.7 (#6739) (#6740)
Co-authored-by: Cody (Xuecheng) Zhang <csuzhangxc@gmail.com>
1 parent 3290061 commit 383d72b

17 files changed

+214
-28
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Set up Go
3535
uses: actions/setup-go@v5
3636
with:
37-
go-version-file: go/src/github.com/${{ github.repository }}/go.mod
37+
go-version: '1.25.7'
3838
cache-dependency-path: "**/*.sum"
3939
- name: Set vars
4040
run: |

hack/lib.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ function hack::ensure_golangci_lint() {
298298

299299
function hack::ensure_controller_gen() {
300300
echo "Installing controller_gen..."
301-
GOBIN=$OUTPUT_BIN go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.15.0
301+
GOBIN=$OUTPUT_BIN go install sigs.k8s.io/controller-tools/cmd/controller-gen@v0.16.5
302302
}
303303

304304
function hack::ensure_goimports() {

0 commit comments

Comments
 (0)