Skip to content

Commit

Permalink
update CI Go build version to 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
extemporalgenome committed Dec 14, 2023
1 parent 8ad90a7 commit ac6a37f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
test010:
runs-on: ubuntu-latest
container:
image: cimg/go:1.19
image: cimg/go:1.21
env:
GO111MODULE: "on"
KAFKA_TOPICS_TEST_ZK_ADDR: zookeeper:2181
Expand All @@ -39,7 +39,7 @@ jobs:
- name: Go setup
uses: actions/setup-go@v3
with:
go-version: 1.19
go-version: 1.21
- name: Display Go version
run: go version
- name: Run tests
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
test270:
runs-on: ubuntu-latest
container:
image: cimg/go:1.19
image: cimg/go:1.21
env:
GO111MODULE: "on"
KAFKA_TOPICS_TEST_ZK_ADDR: zookeeper:2181
Expand All @@ -143,7 +143,7 @@ jobs:
- name: Go setup
uses: actions/setup-go@v3
with:
go-version: 1.19
go-version: 1.21
- name: Display Go version
run: go version
- name: Run tests
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/segmentio/topicctl

go 1.18
go 1.21

require (
github.com/aws/aws-sdk-go v1.44.208
Expand Down

0 comments on commit ac6a37f

Please sign in to comment.