File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2828 test010 :
2929 runs-on : ubuntu-latest
3030 container :
31- image : cimg/go:1.19
31+ image : cimg/go:1.21
3232 env :
3333 GO111MODULE : " on"
3434 KAFKA_TOPICS_TEST_ZK_ADDR : zookeeper:2181
3939 - name : Go setup
4040 uses : actions/setup-go@v3
4141 with :
42- go-version : 1.19
42+ go-version : 1.21
4343 - name : Display Go version
4444 run : go version
4545 - name : Run tests
@@ -132,7 +132,7 @@ jobs:
132132 test270 :
133133 runs-on : ubuntu-latest
134134 container :
135- image : cimg/go:1.19
135+ image : cimg/go:1.21
136136 env :
137137 GO111MODULE : " on"
138138 KAFKA_TOPICS_TEST_ZK_ADDR : zookeeper:2181
@@ -143,7 +143,7 @@ jobs:
143143 - name : Go setup
144144 uses : actions/setup-go@v3
145145 with :
146- go-version : 1.19
146+ go-version : 1.21
147147 - name : Display Go version
148148 run : go version
149149 - name : Run tests
Original file line number Diff line number Diff line change 11module github.com/segmentio/topicctl
22
3- go 1.18
3+ go 1.21
44
55require (
66 github.com/aws/aws-sdk-go v1.44.208
You can’t perform that action at this time.
0 commit comments