Skip to content

Commit

Permalink
Merge pull request #2347 from Shopify/dnwe/versions
Browse files Browse the repository at this point in the history
chore(ci): bump go-versions to N and N-1
  • Loading branch information
dnwe committed Sep 27, 2022
2 parents bfe58d5 + f2f9197 commit b099762
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: [1.17.x, 1.18.x]
go-version: [1.18.x, 1.19.x]
steps:
- uses: actions/checkout@v3
- name: Setup Go
Expand All @@ -27,7 +27,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: [1.17.x, 1.18.x]
go-version: [1.18.x, 1.19.x]
env:
DEBUG: true
GOFLAGS: -trimpath
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fuzz.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 1.18.x
go-version: 1.19.x

- name: Get Go environment
id: go-env
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fvt.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: [1.18.x]
go-version: [1.19.x]
kafka-version: [2.8.2, 3.0.2, 3.1.2, 3.2.3]
env:
DEBUG: true
Expand Down

0 comments on commit b099762

Please sign in to comment.