From 32ea528ba03da474bfbeff5b3d09d175d506e33d Mon Sep 17 00:00:00 2001 From: Pavlo Golub Date: Tue, 21 May 2024 14:33:43 +0200 Subject: [PATCH] [!] bump Go to v1.22 (#787) --- .github/workflows/release.yml | 2 +- docker/Dockerfile-daemon | 2 +- docker/Dockerfile-postgres | 2 +- docker/Dockerfile-scalefield | 2 +- docker/Dockerfile-timescale | 2 +- pgwatch2/go.mod | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 00638481..5961021d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: - name: Set up Golang uses: actions/setup-go@v5 with: - go-version: '1.21' + go-version: '1.22' - name: Check out code into the Go module directory uses: actions/checkout@v4 diff --git a/docker/Dockerfile-daemon b/docker/Dockerfile-daemon index 5065b383..aadc3757 100644 --- a/docker/Dockerfile-daemon +++ b/docker/Dockerfile-daemon @@ -1,4 +1,4 @@ -FROM golang:1.21 +FROM golang:1.22 # For showing Git version via 'pgwatch2 --version' ARG GIT_HASH diff --git a/docker/Dockerfile-postgres b/docker/Dockerfile-postgres index 352e4b74..f359f726 100644 --- a/docker/Dockerfile-postgres +++ b/docker/Dockerfile-postgres @@ -1,4 +1,4 @@ -FROM golang:1.21 +FROM golang:1.22 # For showing Git version via 'pgwatch2 --version' ARG GIT_HASH diff --git a/docker/Dockerfile-scalefield b/docker/Dockerfile-scalefield index c48f2963..f22debd5 100644 --- a/docker/Dockerfile-scalefield +++ b/docker/Dockerfile-scalefield @@ -1,4 +1,4 @@ -FROM golang:1.21 +FROM golang:1.22 # For showing Git version via 'pgwatch2 --version' ARG GIT_HASH diff --git a/docker/Dockerfile-timescale b/docker/Dockerfile-timescale index c1618d4b..a58106ba 100644 --- a/docker/Dockerfile-timescale +++ b/docker/Dockerfile-timescale @@ -1,4 +1,4 @@ -FROM golang:1.21 +FROM golang:1.22 # For showing Git version via 'pgwatch2 --version' ARG GIT_HASH diff --git a/pgwatch2/go.mod b/pgwatch2/go.mod index c06a4de7..739ad7c3 100644 --- a/pgwatch2/go.mod +++ b/pgwatch2/go.mod @@ -1,6 +1,6 @@ module github.com/cybertec-postgresql/pgwatch2 -go 1.21 +go 1.22 require ( github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf