File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 - name : Set up Golang
2424 uses : actions/setup-go@v5
2525 with :
26- go-version : ' 1.23 '
26+ go-version : ' 1.24 '
2727 cache-dependency-path : ' go.sum'
2828
2929 - name : Set up Node.js
7171 - name : Set up Golang
7272 uses : actions/setup-go@v5
7373 with :
74- go-version : ' 1.23 '
74+ go-version : ' 1.24 '
7575 cache-dependency-path : ' go.sum'
7676
7777 - name : Download webui artifact
@@ -102,7 +102,7 @@ jobs:
102102 - name : Set up Golang
103103 uses : actions/setup-go@v5
104104 with :
105- go-version : ' 1.23 '
105+ go-version : ' 1.24 '
106106 cache-dependency-path : ' go.sum'
107107
108108 - name : Set up Node.js
@@ -154,7 +154,7 @@ jobs:
154154 - name : Set up Golang
155155 uses : actions/setup-go@v5
156156 with :
157- go-version : ' 1.23 '
157+ go-version : ' 1.24 '
158158
159159 - name : Set up gopages
160160 run : go install github.com/johnstarich/go/gopages@v0.1.28
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.23 '
16+ go-version : ' 1.24 '
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 @@ -8,7 +8,7 @@ RUN cd webui && yarn install --network-timeout 100000 && yarn build
88# ----------------------------------------------------------------
99# 2. Build gatherer
1010# ----------------------------------------------------------------
11- FROM golang:1.23 AS builder
11+ FROM golang:1.24 AS builder
1212
1313ARG VERSION
1414ARG GIT_HASH
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ RUN cd webui && yarn install --network-timeout 100000 && yarn build
88# ----------------------------------------------------------------
99# 2. Build gatherer
1010# ----------------------------------------------------------------
11- FROM golang:1.23 AS builder
11+ FROM golang:1.24 AS builder
1212
1313ARG VERSION
1414ARG GIT_HASH
Original file line number Diff line number Diff line change 11module github.com/cybertec-postgresql/pgwatch/v3
22
3- go 1.23 .0
3+ go 1.24 .0
44
55require (
66 github.com/cybertec-postgresql/pgx-migrator v1.1.0
You can’t perform that action at this time.
0 commit comments