File tree Expand file tree Collapse file tree 7 files changed +7
-8
lines changed
Expand file tree Collapse file tree 7 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 11# This Dockerfile is used only for API tests.
22
3- FROM golang:1.26
3+ FROM golang:1.25
44
55RUN export GOPATH=$(go env GOPATH) && \
66 mkdir -p $GOPATH/src/github.com/percona/pmm
@@ -9,4 +9,3 @@ COPY . $GOPATH/src/github.com/percona/pmm/
99WORKDIR $GOPATH/src/github.com/percona/pmm/api-tests/
1010
1111CMD ["make" , "init" , "run-race" ]
12-
Original file line number Diff line number Diff line change 11module tools
22
3- go 1.25.5
3+ go 1.25.7
44
55require github.com/jstemmer/go-junit-report v1.0.0
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ RUN dnf update -y && \
2525 dnf clean all && rm -rf /var/cache/dnf /var/cache/yum
2626
2727# keep that format for easier search
28- ENV GO_VERSION=1.25.5
28+ ENV GO_VERSION=1.25.7
2929ENV GO_RELEASER_VERSION=2.13.1
3030
3131RUN if [ `uname -m` == "x86_64" ]; then ARCH=amd64; else ARCH=arm64; fi && \
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ RUN dnf update -y && \
2626 dnf clean all && rm -rf /var/cache/dnf /var/cache/yum
2727
2828# keep that format for easier search
29- ENV GO_VERSION=1.25.5
29+ ENV GO_VERSION=1.25.7
3030ENV GO_RELEASER_VERSION=2.13.1
3131
3232RUN if [ `uname -m` == "x86_64" ]; then ARCH=amd64; else ARCH=arm64; fi && \
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ RUN sed -i 's|metalink=|#metalink=|g' /etc/yum.repos.d/epel*.repo && \
4343 sed -i 's|#baseurl=.*|baseurl=https://ftp.fau.de/epel/9/Everything/$basearch/|g' /etc/yum.repos.d/epel.repo || true
4444
4545# keep that format for easier search
46- ENV GO_VERSION=1.25.5
46+ ENV GO_VERSION=1.25.7
4747ENV GO_RELEASER_VERSION=2.13.1
4848
4949RUN if [ "$(uname -m)" == "x86_64" ]; then ARCH=amd64; else ARCH=arm64; fi && \
Original file line number Diff line number Diff line change 11module github.com/percona/pmm
22
3- go 1.25.5
3+ go 1.25.7
44
55// Update saas with
66// go get -v github.com/percona/saas@latest
Original file line number Diff line number Diff line change 11module github.com/percona/pmm/tools
22
3- go 1.25.5
3+ go 1.25.7
44
55replace github.com/go-openapi/spec => github.com/Percona-Lab/spec v0.21.0-percona
66
You can’t perform that action at this time.
0 commit comments