Skip to content

Commit f6a0c13

Browse files
committed
[CALCITE-6857] Upgrade to Go 1.23 and 1.24
1 parent 6bfc338 commit f6a0c13

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
fail-fast: false
2727
matrix:
28-
go_version: ["1.20", "1.21"]
28+
go_version: ["1.23", "1.24"]
2929
database:
3030
- [phoenix, 1.3-4.13]
3131
- [phoenix, 1.4-4.14]

docker-compose.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ services:
2323
command: -u jdbc:hsqldb:mem:public
2424

2525
test:
26-
image: golang:${GO_VERSION:-1.21}
26+
image: golang:${GO_VERSION:-1.24}
2727
command: sh -c "export AVATICA_FLAVOR=HSQLDB && go test -v ./...; export AVATICA_FLAVOR=PHOENIX && go test -v ./..."
2828
working_dir: /source
2929
environment:
@@ -37,7 +37,7 @@ services:
3737
- hsqldb
3838

3939
test-phoenix:
40-
image: golang:${GO_VERSION:-1.21}
40+
image: golang:${GO_VERSION:-1.24}
4141
command: go test -v ./...
4242
working_dir: /source
4343
environment:
@@ -50,7 +50,7 @@ services:
5050
- phoenix
5151

5252
test-hsqldb:
53-
image: golang:${GO_VERSION:-1.21}
53+
image: golang:${GO_VERSION:-1.24}
5454
command: go test -v ./...
5555
working_dir: /source
5656
environment:
@@ -100,7 +100,7 @@ services:
100100
- .:/source
101101

102102
compile-protobuf:
103-
image: golang:1.21
103+
image: golang:1.24
104104
working_dir: /source
105105
command: sh -c "./docker.sh compile-protobuf"
106106
environment:

0 commit comments

Comments
 (0)