Skip to content

Commit

Permalink
upgrade go to 1.22.0 (#214)
Browse files Browse the repository at this point in the history
* upgrade go to 1.22

* upgrade go to 1.21

* use new format of go versioning

* update ci

* fix 270
  • Loading branch information
petedannemann authored Jan 8, 2025
1 parent b18d4f6 commit 10ec16b
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 @@ -31,7 +31,7 @@ jobs:
test270:
runs-on: ubuntu-latest
container:
image: cimg/go:1.19
image: cimg/go:1.22.0
env:
GO111MODULE: "on"
KAFKA_TOPICS_TEST_ZK_ADDR: zookeeper:2181
Expand All @@ -42,7 +42,7 @@ jobs:
- name: Go setup
uses: actions/setup-go@v3
with:
go-version: 1.19
go-version: 1.22.0
- name: Display Go version
run: go version
- name: Run tests
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
test360:
runs-on: ubuntu-latest
container:
image: cimg/go:1.19
image: cimg/go:1.22.0
env:
GO111MODULE: "on"
KAFKA_TOPICS_TEST_ZK_ADDR: zookeeper:2181
Expand All @@ -158,7 +158,7 @@ jobs:
- name: Go setup
uses: actions/setup-go@v3
with:
go-version: 1.19
go-version: 1.22.0
- 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.22.0

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

0 comments on commit 10ec16b

Please sign in to comment.