File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 31
31
test270 :
32
32
runs-on : ubuntu-latest
33
33
container :
34
- image : cimg/go:1.22.0
34
+ image : cimg/go:1.22.10
35
35
env :
36
36
GO111MODULE : " on"
37
37
KAFKA_TOPICS_TEST_ZK_ADDR : zookeeper:2181
42
42
- name : Go setup
43
43
uses : actions/setup-go@v3
44
44
with :
45
- go-version : 1.22.0
45
+ go-version : 1.22.10
46
46
- name : Display Go version
47
47
run : go version
48
48
- name : Run tests
@@ -147,7 +147,7 @@ jobs:
147
147
test360 :
148
148
runs-on : ubuntu-latest
149
149
container :
150
- image : cimg/go:1.22.0
150
+ image : cimg/go:1.22.10
151
151
env :
152
152
GO111MODULE : " on"
153
153
KAFKA_TOPICS_TEST_ZK_ADDR : zookeeper:2181
@@ -158,7 +158,7 @@ jobs:
158
158
- name : Go setup
159
159
uses : actions/setup-go@v3
160
160
with :
161
- go-version : 1.22.0
161
+ go-version : 1.22.10
162
162
- name : Display Go version
163
163
run : go version
164
164
- 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.22.0
3
+ go 1.22.10
4
4
5
5
require (
6
6
github.com/aws/aws-sdk-go v1.49.12
Original file line number Diff line number Diff line change 1
1
package version
2
2
3
3
// Version is the current topicctl version.
4
- const Version = "1.18 .0"
4
+ const Version = "1.19 .0"
You can’t perform that action at this time.
0 commit comments