Skip to content

Commit

Permalink
gh workflows: bump go version
Browse files Browse the repository at this point in the history
  • Loading branch information
twmb committed Mar 13, 2023
1 parent b6a0f69 commit 7e4335c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.19.2
go-version: 1.20.1
- uses: golangci/golangci-lint-action@v3
with:
version: latest
Expand All @@ -33,7 +33,7 @@ jobs:
needs: golangci
runs-on: ubuntu-latest
name: "integration test kafka"
container: golang:1.19.2
container: golang:1.20.1
services:
kafka:
image: bitnami/kafka:latest
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
needs: golangci
runs-on: ubuntu-latest
name: "integration test redpanda"
container: golang:1.19.2
container: golang:1.20.1
services:
redpanda:
image: vectorized/redpanda-nightly:latest
Expand Down

0 comments on commit 7e4335c

Please sign in to comment.