File tree Expand file tree Collapse file tree 6 files changed +7
-5
lines changed Expand file tree Collapse file tree 6 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -5,3 +5,5 @@ certs/*.pem
55bin
66tools /vendor
77client
8+ .idea
9+ vendor
Original file line number Diff line number Diff line change 1- FROM golang:1.23 AS build-env
1+ FROM golang:1.25 AS build-env
22ADD . /src
33ENV CGO_ENABLED=0
44ENV GOOS=linux
Original file line number Diff line number Diff line change 1- FROM --platform=linux/amd64 golang:1.23
1+ FROM --platform=linux/amd64 golang:1.25
22ADD . /src
33ENV CGO_ENABLED=1
44ENV GOOS=linux
Original file line number Diff line number Diff line change 11module github.com/Percona-Lab/percona-version-service/api
22
3- go 1.23 .4
3+ go 1.25 .4
Original file line number Diff line number Diff line change 11module github.com/Percona-Lab/percona-version-service
22
3- go 1.23 .4
3+ go 1.25 .4
44
55require (
66 github.com/Kunde21/markdownfmt/v3 v3.1.0
Original file line number Diff line number Diff line change 11module github.com/Percona-Lab/percona-version-service/tools
22
3- go 1.23 .4
3+ go 1.25 .4
44
55require (
66 github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0
You can’t perform that action at this time.
0 commit comments