Skip to content

Commit ffa4f89

Browse files
committed
[+] bump Go to v1.24
1 parent e9db56c commit ffa4f89

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
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
@@ -71,7 +71,7 @@ jobs:
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

.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.23'
16+
go-version: '1.24'
1717

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

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

1313
ARG VERSION
1414
ARG GIT_HASH

docker/demo/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

1313
ARG VERSION
1414
ARG GIT_HASH

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/pgwatch/v3
22

3-
go 1.23.0
3+
go 1.24.0
44

55
require (
66
github.com/cybertec-postgresql/pgx-migrator v1.1.0

0 commit comments

Comments
 (0)