File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3131 test270 :
3232 runs-on : ubuntu-latest
3333 container :
34- image : cimg/go:1.24.0
34+ image : cimg/go:1.24.2
3535 env :
3636 GO111MODULE : " on"
3737 KAFKA_TOPICS_TEST_ZK_ADDR : zookeeper:2181
4242 - name : Go setup
4343 uses : actions/setup-go@v3
4444 with :
45- go-version : 1.24.0
45+ go-version : 1.24.2
4646 - name : Display Go version
4747 run : go version
4848 - name : Run tests
Original file line number Diff line number Diff line change 1- FROM --platform=$BUILDPLATFORM golang:1.24.0 as builder
1+ FROM --platform=$BUILDPLATFORM golang:1.24.2 as builder
22ENV SRC github.com/segmentio/topicctl
33ENV CGO_ENABLED=0
44
Original file line number Diff line number Diff line change 11module github.com/segmentio/topicctl
22
3- go 1.24.0
3+ go 1.24.2
44
55require (
66 github.com/aws/aws-sdk-go v1.49.12
Original file line number Diff line number Diff line change 11package version
22
33// Version is the current topicctl version.
4- const Version = "1.20.0 "
4+ const Version = "1.20.1 "
You can’t perform that action at this time.
0 commit comments