Commit f6a0c13 1 parent 6bfc338 commit f6a0c13 Copy full SHA for f6a0c13
File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 25
25
strategy:
26
26
fail-fast: false
27
27
matrix:
28
- go_version: ["1.20 ", "1.21 "]
28
+ go_version: ["1.23 ", "1.24 "]
29
29
database:
30
30
- [phoenix, 1.3-4.13]
31
31
- [phoenix, 1.4-4.14]
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ services:
23
23
command: -u jdbc:hsqldb:mem:public
24
24
25
25
test:
26
- image: golang:${GO_VERSION:-1.21 }
26
+ image: golang:${GO_VERSION:-1.24 }
27
27
command: sh -c "export AVATICA_FLAVOR=HSQLDB && go test -v ./...; export AVATICA_FLAVOR=PHOENIX && go test -v ./..."
28
28
working_dir: /source
29
29
environment:
@@ -37,7 +37,7 @@ services:
37
37
- hsqldb
38
38
39
39
test-phoenix:
40
- image: golang:${GO_VERSION:-1.21 }
40
+ image: golang:${GO_VERSION:-1.24 }
41
41
command: go test -v ./...
42
42
working_dir: /source
43
43
environment:
@@ -50,7 +50,7 @@ services:
50
50
- phoenix
51
51
52
52
test-hsqldb:
53
- image: golang:${GO_VERSION:-1.21 }
53
+ image: golang:${GO_VERSION:-1.24 }
54
54
command: go test -v ./...
55
55
working_dir: /source
56
56
environment:
@@ -100,7 +100,7 @@ services:
100
100
- .:/source
101
101
102
102
compile-protobuf:
103
- image: golang:1.21
103
+ image: golang:1.24
104
104
working_dir: /source
105
105
command: sh -c "./docker.sh compile-protobuf"
106
106
environment:
You can’t perform that action at this time.
0 commit comments