Skip to content

Commit 027287f

Browse files
committed
Bump go to version 1.25
1 parent 8cfb115 commit 027287f

File tree

23 files changed

+71
-106
lines changed

23 files changed

+71
-106
lines changed

.github/actions/gen-install-scripts/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24
1+
FROM golang:1.25
22

33
ENV KUBECTL_VERSION 1.18.12
44
ENV KUSTOMIZE_VERSION 5.7.0

.github/workflows/clean.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Go
2121
uses: actions/setup-go@v6
2222
with:
23-
go-version: '1.24'
23+
go-version: '1.25'
2424

2525
- name: CI checks
2626
working-directory: ./tools/clean

.github/workflows/compute-test-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Go
2121
uses: actions/setup-go@v6
2222
with:
23-
go-version: '1.24'
23+
go-version: '1.25'
2424

2525
- name: CI checks
2626
working-directory: ./tools/compute-test-labels

.github/workflows/crd2go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set up Go
2222
uses: actions/setup-go@v6
2323
with:
24-
go-version: '1.24'
24+
go-version: '1.25'
2525

2626
- name: CI checks
2727
working-directory: ./tools/crd2go

.github/workflows/githubjobs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Go
2121
uses: actions/setup-go@v6
2222
with:
23-
go-version: '1.24'
23+
go-version: '1.25'
2424

2525
- name: CI checks
2626
working-directory: ./tools/githubjobs

.github/workflows/makejwt.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Go
2121
uses: actions/setup-go@v6
2222
with:
23-
go-version: '1.24'
23+
go-version: '1.25'
2424

2525
- name: CI checks
2626
working-directory: ./tools/makejwt

devbox.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"yq-go@latest",
44
55
"jq@latest",
6-
"path:flakes/go",
6+
"go@latest",
77
"gotests@latest",
88
"act@latest",
99
"kubectl@latest",

devbox.lock

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -673,6 +673,54 @@
673673
}
674674
}
675675
},
676+
"go@latest": {
677+
"last_modified": "2025-10-07T08:41:47Z",
678+
"resolved": "github:NixOS/nixpkgs/bce5fe2bb998488d8e7e7856315f90496723793c#go",
679+
"source": "devbox-search",
680+
"version": "1.25.1",
681+
"systems": {
682+
"aarch64-darwin": {
683+
"outputs": [
684+
{
685+
"name": "out",
686+
"path": "/nix/store/mkdfnr1nkfj2kznxyag9pypbxp3wqqdv-go-1.25.1",
687+
"default": true
688+
}
689+
],
690+
"store_path": "/nix/store/mkdfnr1nkfj2kznxyag9pypbxp3wqqdv-go-1.25.1"
691+
},
692+
"aarch64-linux": {
693+
"outputs": [
694+
{
695+
"name": "out",
696+
"path": "/nix/store/0jzj8p7k9wkr4l17sgrlg3z5di27sggf-go-1.25.1",
697+
"default": true
698+
}
699+
],
700+
"store_path": "/nix/store/0jzj8p7k9wkr4l17sgrlg3z5di27sggf-go-1.25.1"
701+
},
702+
"x86_64-darwin": {
703+
"outputs": [
704+
{
705+
"name": "out",
706+
"path": "/nix/store/q2xylk8h3kbfajhw2lpdmyzyyqgqx8fl-go-1.25.1",
707+
"default": true
708+
}
709+
],
710+
"store_path": "/nix/store/q2xylk8h3kbfajhw2lpdmyzyyqgqx8fl-go-1.25.1"
711+
},
712+
"x86_64-linux": {
713+
"outputs": [
714+
{
715+
"name": "out",
716+
"path": "/nix/store/f01qkydd3c2jqwi4w6hkddkf3blp16kw-go-1.25.1",
717+
"default": true
718+
}
719+
],
720+
"store_path": "/nix/store/f01qkydd3c2jqwi4w6hkddkf3blp16kw-go-1.25.1"
721+
}
722+
}
723+
},
676724
"golangci-lint@2": {
677725
"last_modified": "2025-10-07T08:41:47Z",
678726
"resolved": "github:NixOS/nixpkgs/bce5fe2bb998488d8e7e7856315f90496723793c#golangci-lint",

fast.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# TODO: Eventually replace main Dockerfile
2-
FROM golang:1.24 AS certs-source
2+
FROM golang:1.25 AS certs-source
33
ARG GOTOOLCHAIN=auto
44

55
# Using rolling tag to stay on latest UBI 9

flakes/go/flake.lock

Lines changed: 0 additions & 60 deletions
This file was deleted.

0 commit comments

Comments
 (0)