This repository was archived by the owner on Dec 17, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1- FROM golang:1.21
1+ FROM golang:1.22
22
33# For showing Git version via 'pgwatch2 --version'
44ARG GIT_HASH
Original file line number Diff line number Diff line change 1- FROM golang:1.21
1+ FROM golang:1.22
22
33# For showing Git version via 'pgwatch2 --version'
44ARG GIT_HASH
Original file line number Diff line number Diff line change 1- FROM golang:1.21
1+ FROM golang:1.22
22
33# For showing Git version via 'pgwatch2 --version'
44ARG GIT_HASH
Original file line number Diff line number Diff line change 1- FROM golang:1.21
1+ FROM golang:1.22
22
33# For showing Git version via 'pgwatch2 --version'
44ARG GIT_HASH
Original file line number Diff line number Diff line change 11module github.com/cybertec-postgresql/pgwatch2
22
3- go 1.21
3+ go 1.22
44
55require (
66 github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf
You can’t perform that action at this time.
0 commit comments