Skip to content

Commit

Permalink
ci: remove go matrix from integration-test, use version from go.mod i…
Browse files Browse the repository at this point in the history
…nstead
  • Loading branch information
avakarev committed Mar 17, 2024
1 parent 2533ee1 commit 943719b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/integration-test.yml
Expand Up @@ -10,9 +10,6 @@ on:

jobs:
test:
strategy:
matrix:
go: ['1.22', '1.21', '1.20', '1.19', '1.18']
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -32,7 +29,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
go-version-file: integration-test/go.mod

- name: Prepare env
run: cp integration-test/.example.env integration-test/.env
Expand Down

0 comments on commit 943719b

Please sign in to comment.