Skip to content

Commit

Permalink
K8SPG-561 bump go ver to 1.22 (#966)
Browse files Browse the repository at this point in the history
  • Loading branch information
hors authored Apr 25, 2024
1 parent 94d6133 commit a76909b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion postgresql-containers/build/pgbackrest-repo/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.20 AS go_builder
FROM golang:1.22 AS go_builder
WORKDIR /go/src/github.com/percona/percona-docker/postgresql-containers/src

COPY . .
Expand Down
2 changes: 1 addition & 1 deletion postgresql-containers/build/pgbackrest/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.20 AS go_builder
FROM golang:1.22 AS go_builder
WORKDIR /go/src/github.com/percona/percona-docker/postgresql-containers/src

COPY . .
Expand Down
2 changes: 1 addition & 1 deletion postgresql-containers/build/pgbadger/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.20 AS go_builder
FROM golang:1.22 AS go_builder
WORKDIR /go/src/github.com/percona/percona-docker/postgresql-containers/src

COPY ./ ./
Expand Down
2 changes: 1 addition & 1 deletion postgresql-containers/build/postgres-ha/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.20 AS go_builder
FROM golang:1.22 AS go_builder
WORKDIR /go/src/github.com/mikefarah/yq

ARG GOOS=linux
Expand Down
2 changes: 1 addition & 1 deletion postgresql-containers/build/postgres/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.20 AS go_builder
FROM golang:1.22 AS go_builder
WORKDIR /go/src/github.com/mikefarah/yq

ARG GOOS=linux
Expand Down
2 changes: 1 addition & 1 deletion postgresql-containers/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/percona/percona-docker

go 1.20
go 1.22

require (
github.com/sirupsen/logrus v1.9.0
Expand Down

0 comments on commit a76909b

Please sign in to comment.