Skip to content

Commit

Permalink
Fix pump CI (#695)
Browse files Browse the repository at this point in the history
* removing go 1.18 from CI

* trying test-params gha branch

* trying gha improvements

* using main branch on workflows
  • Loading branch information
tbuchaillot authored Jul 31, 2023
1 parent 0117688 commit b538a89
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/linter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,19 @@ jobs:
strategy:
fail-fast: false
matrix:
go: [1.18, 1.19]
go: [1.19]
with:
go: ${{ matrix.go }}
redis: 5
mongo: 4.2
test-options: ""-count=1 -failfast -v""
golangci:
needs: gotest
if: ${{ always() }}
uses: TykTechnologies/github-actions/.github/workflows/golangci.yaml@main
with:
main_branch: "master"
go_version: 1.19
sonarcloud:
if: ${{ always() }}
needs: [gotest, golangci]
Expand Down

0 comments on commit b538a89

Please sign in to comment.