Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
petedannemann committed Jan 8, 2025
1 parent ef997f0 commit d132b99
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 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

0 comments on commit d132b99

Please sign in to comment.