Skip to content
This repository was archived by the owner on Dec 17, 2024. It is now read-only.

Commit 32ea528

Browse files
authored
[!] bump Go to v1.22 (#787)
1 parent ad06e21 commit 32ea528

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Set up Golang
1414
uses: actions/setup-go@v5
1515
with:
16-
go-version: '1.21'
16+
go-version: '1.22'
1717

1818
- name: Check out code into the Go module directory
1919
uses: actions/checkout@v4

docker/Dockerfile-daemon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.21
1+
FROM golang:1.22
22

33
# For showing Git version via 'pgwatch2 --version'
44
ARG GIT_HASH

docker/Dockerfile-postgres

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.21
1+
FROM golang:1.22
22

33
# For showing Git version via 'pgwatch2 --version'
44
ARG GIT_HASH

docker/Dockerfile-scalefield

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.21
1+
FROM golang:1.22
22

33
# For showing Git version via 'pgwatch2 --version'
44
ARG GIT_HASH

docker/Dockerfile-timescale

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.21
1+
FROM golang:1.22
22

33
# For showing Git version via 'pgwatch2 --version'
44
ARG GIT_HASH

pgwatch2/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/cybertec-postgresql/pgwatch2
22

3-
go 1.21
3+
go 1.22
44

55
require (
66
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf

0 commit comments

Comments
 (0)