Skip to content

Commit ac6a37f

Browse files
update CI Go build version to 1.21
1 parent 8ad90a7 commit ac6a37f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: .github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
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
@@ -39,7 +39,7 @@ jobs:
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

Diff for: go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/segmentio/topicctl
22

3-
go 1.18
3+
go 1.21
44

55
require (
66
github.com/aws/aws-sdk-go v1.44.208

0 commit comments

Comments
 (0)