Skip to content

Commit c47ab6c

Browse files
eleo007gkech
andauthored
K8SPG-836: bump go module to 1.25 to fix CVEs (#455)
* Bump go module to 1.25 * update gitignore * empty line --------- Co-authored-by: George Kechagias <geo.kechagias@gmail.com>
1 parent 952b20a commit c47ab6c

File tree

6 files changed

+7
-5
lines changed

6 files changed

+7
-5
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ certs/*.pem
55
bin
66
tools/vendor
77
client
8+
.idea
9+
vendor

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.23 AS build-env
1+
FROM golang:1.25 AS build-env
22
ADD . /src
33
ENV CGO_ENABLED=0
44
ENV GOOS=linux

Dockerfile.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=linux/amd64 golang:1.23
1+
FROM --platform=linux/amd64 golang:1.25
22
ADD . /src
33
ENV CGO_ENABLED=1
44
ENV GOOS=linux

api/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/Percona-Lab/percona-version-service/api
22

3-
go 1.23.4
3+
go 1.25.4

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/Percona-Lab/percona-version-service
22

3-
go 1.23.4
3+
go 1.25.4
44

55
require (
66
github.com/Kunde21/markdownfmt/v3 v3.1.0

tools/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/Percona-Lab/percona-version-service/tools
22

3-
go 1.23.4
3+
go 1.25.4
44

55
require (
66
github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0

0 commit comments

Comments
 (0)