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

Commit

Permalink
[!] bump Go to v1.22 (#787)
Browse files Browse the repository at this point in the history
  • Loading branch information
pashagolub authored May 21, 2024
1 parent ad06e21 commit 32ea528
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile-daemon
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21
FROM golang:1.22

# For showing Git version via 'pgwatch2 --version'
ARG GIT_HASH
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile-postgres
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21
FROM golang:1.22

# For showing Git version via 'pgwatch2 --version'
ARG GIT_HASH
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile-scalefield
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21
FROM golang:1.22

# For showing Git version via 'pgwatch2 --version'
ARG GIT_HASH
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile-timescale
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21
FROM golang:1.22

# For showing Git version via 'pgwatch2 --version'
ARG GIT_HASH
Expand Down
2 changes: 1 addition & 1 deletion pgwatch2/go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 32ea528

Please sign in to comment.