Skip to content

Commit d549eec

Browse files
authored
Merge pull request #203 from damsien/master
chore(go): upgrade go 1.24 -> 1.25
2 parents 3d3f5e9 + 45ff1c6 commit d549eec

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/pull-request.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
unit-test:
88
strategy:
99
matrix:
10-
go-version: [1.24.x]
10+
go-version: [1.25.x]
1111
platform: [ubuntu-latest]
1212
runs-on: ${{ matrix.platform }}
1313
steps:
@@ -23,7 +23,7 @@ jobs:
2323
build-test:
2424
strategy:
2525
matrix:
26-
go-version: [1.24.x]
26+
go-version: [1.25.x]
2727
platform: [ubuntu-latest]
2828
arch: [386, amd64, arm, arm64]
2929
runs-on: ${{ matrix.platform }}

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

33
RUN apk update && apk add --no-cache git ca-certificates && update-ca-certificates
44

go.mod

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

3-
go 1.24.0
3+
go 1.25
44

5-
toolchain go1.24.6
5+
toolchain go1.25.5
66

77
require (
88
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.35.0.20251029154854-a599ef194f4a

0 commit comments

Comments
 (0)