Skip to content

Commit 75389a7

Browse files
committed
bump go to 1.25
1 parent 39487fe commit 75389a7

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24-alpine AS builder
1+
FROM golang:1.25-alpine AS builder
22
RUN mkdir -p /linode
33
WORKDIR /linode
44

devbox.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"clusterctl@latest",
55
"docker@latest",
66
"envsubst@latest",
7-
"go@1.24.1",
7+
"go@1.25.1",
88
"golangci-lint@latest",
99
"jq@latest",
1010
"kind@latest",

devbox.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -196,51 +196,51 @@
196196
"github:NixOS/nixpkgs/nixpkgs-unstable": {
197197
"resolved": "github:NixOS/nixpkgs/e0042dedfbc9134ef973f64e5c7f56a38cc5cc97?lastModified=1748344075&narHash=sha256-PsZAY3H0e%2FPBoDVn4fLwGEmeSwESj7SZPZ6CMfgbWFU%3D"
198198
},
199-
"go@1.24.1": {
200-
"last_modified": "2025-03-23T05:31:05Z",
201-
"resolved": "github:NixOS/nixpkgs/dd613136ee91f67e5dba3f3f41ac99ae89c5406b#go",
199+
"go@1.25.1": {
200+
"last_modified": "2025-10-07T08:41:47Z",
201+
"resolved": "github:NixOS/nixpkgs/bce5fe2bb998488d8e7e7856315f90496723793c#go",
202202
"source": "devbox-search",
203-
"version": "1.24.1",
203+
"version": "1.25.1",
204204
"systems": {
205205
"aarch64-darwin": {
206206
"outputs": [
207207
{
208208
"name": "out",
209-
"path": "/nix/store/ja4jxx60lh1qfqfl4z4p2rff56ia1c3c-go-1.24.1",
209+
"path": "/nix/store/mkdfnr1nkfj2kznxyag9pypbxp3wqqdv-go-1.25.1",
210210
"default": true
211211
}
212212
],
213-
"store_path": "/nix/store/ja4jxx60lh1qfqfl4z4p2rff56ia1c3c-go-1.24.1"
213+
"store_path": "/nix/store/mkdfnr1nkfj2kznxyag9pypbxp3wqqdv-go-1.25.1"
214214
},
215215
"aarch64-linux": {
216216
"outputs": [
217217
{
218218
"name": "out",
219-
"path": "/nix/store/6zvrmsmdg7p8yw3vii20g40b4zsh6kjr-go-1.24.1",
219+
"path": "/nix/store/0jzj8p7k9wkr4l17sgrlg3z5di27sggf-go-1.25.1",
220220
"default": true
221221
}
222222
],
223-
"store_path": "/nix/store/6zvrmsmdg7p8yw3vii20g40b4zsh6kjr-go-1.24.1"
223+
"store_path": "/nix/store/0jzj8p7k9wkr4l17sgrlg3z5di27sggf-go-1.25.1"
224224
},
225225
"x86_64-darwin": {
226226
"outputs": [
227227
{
228228
"name": "out",
229-
"path": "/nix/store/2bcic1xcha2k11djynr488v3pg0nnghr-go-1.24.1",
229+
"path": "/nix/store/q2xylk8h3kbfajhw2lpdmyzyyqgqx8fl-go-1.25.1",
230230
"default": true
231231
}
232232
],
233-
"store_path": "/nix/store/2bcic1xcha2k11djynr488v3pg0nnghr-go-1.24.1"
233+
"store_path": "/nix/store/q2xylk8h3kbfajhw2lpdmyzyyqgqx8fl-go-1.25.1"
234234
},
235235
"x86_64-linux": {
236236
"outputs": [
237237
{
238238
"name": "out",
239-
"path": "/nix/store/g29rrn8qqlg4yjqv543ryrkimr7fk43h-go-1.24.1",
239+
"path": "/nix/store/f01qkydd3c2jqwi4w6hkddkf3blp16kw-go-1.25.1",
240240
"default": true
241241
}
242242
],
243-
"store_path": "/nix/store/g29rrn8qqlg4yjqv543ryrkimr7fk43h-go-1.24.1"
243+
"store_path": "/nix/store/f01qkydd3c2jqwi4w6hkddkf3blp16kw-go-1.25.1"
244244
}
245245
}
246246
},

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module github.com/linode/linode-cloud-controller-manager
22

3-
go 1.24.0
3+
go 1.25.0
44

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

77
require (
88
github.com/appscode/go v0.0.0-20201105063637-5613f3b8169f

0 commit comments

Comments
 (0)