Skip to content

Commit f46bd91

Browse files
authoredAug 28, 2024
Bump golang from 1.22 to 1.23 (#3151)
Bumps golang from 1.22 to 1.23. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 421bebb commit f46bd91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This Dockerfile is used only for API tests.
22

3-
FROM golang:1.22
3+
FROM golang:1.23
44

55
RUN export GOPATH=$(go env GOPATH) && \
66
mkdir -p $GOPATH/src/github.com/percona/pmm

0 commit comments

Comments
 (0)
Please sign in to comment.