Skip to content

Commit

Permalink
Merge branch 'main' into conversation-api-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeee authored Nov 5, 2024
2 parents 1c9ae68 + 3fff121 commit acbd239
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/test-on-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,7 @@ jobs:
build:
name: Test on ${{ matrix.gover }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
gover:
- "1.21"
- "1.22"
env:
GOVER: ${{ matrix.gover }}
GOLANGCILINT_VER: v1.55.2

steps:
Expand All @@ -29,7 +22,7 @@ jobs:
- name: Setup
uses: actions/setup-go@v5
with:
go-version: ${{ env.GOVER }}
go-version-file: 'go.mod'

- name: Tidy
run: make tidy
Expand Down

0 comments on commit acbd239

Please sign in to comment.