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 28
28
test010 :
29
29
runs-on : ubuntu-latest
30
30
container :
31
- image : cimg/go:1.19
31
+ image : cimg/go:1.21
32
32
env :
33
33
GO111MODULE : " on"
34
34
KAFKA_TOPICS_TEST_ZK_ADDR : zookeeper:2181
39
39
- name : Go setup
40
40
uses : actions/setup-go@v3
41
41
with :
42
- go-version : 1.19
42
+ go-version : 1.21
43
43
- name : Display Go version
44
44
run : go version
45
45
- name : Run tests
@@ -132,7 +132,7 @@ jobs:
132
132
test270 :
133
133
runs-on : ubuntu-latest
134
134
container :
135
- image : cimg/go:1.19
135
+ image : cimg/go:1.21
136
136
env :
137
137
GO111MODULE : " on"
138
138
KAFKA_TOPICS_TEST_ZK_ADDR : zookeeper:2181
@@ -143,7 +143,7 @@ jobs:
143
143
- name : Go setup
144
144
uses : actions/setup-go@v3
145
145
with :
146
- go-version : 1.19
146
+ go-version : 1.21
147
147
- name : Display Go version
148
148
run : go version
149
149
- name : Run tests
Original file line number Diff line number Diff line change 1
1
module github.com/segmentio/topicctl
2
2
3
- go 1.18
3
+ go 1.21
4
4
5
5
require (
6
6
github.com/aws/aws-sdk-go v1.44.208
You can’t perform that action at this time.
0 commit comments