Skip to content

Commit 9de033e

Browse files
update CI Go build version to 1.21
1 parent 39f57a0 commit 9de033e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
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

0 commit comments

Comments
 (0)