Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/go_modules/golang.org/x/net-0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tbuchaillot authored Aug 1, 2023
2 parents dadada7 + b538a89 commit 2c430f7
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 2c430f7

Please sign in to comment.