Skip to content

Commit

Permalink
Merge branch 'master' into TT-10650
Browse files Browse the repository at this point in the history
  • Loading branch information
tbuchaillot authored Jan 22, 2024
2 parents 667e923 + 69e4ac2 commit 2c0de9a
Show file tree
Hide file tree
Showing 25 changed files with 187 additions and 745 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
matrix:
redis-version: [5]
mongodb-version: [4.2]
go: [1.19]
go: [1.21]

steps:
- name: Checkout Tyk Pump
Expand Down
21 changes: 0 additions & 21 deletions .github/workflows/del-env.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/linter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go: [1.19]
go: [1.21]
with:
go: ${{ matrix.go }}
redis: 5
Expand All @@ -34,7 +34,7 @@ jobs:
uses: TykTechnologies/github-actions/.github/workflows/golangci.yaml@main
with:
main_branch: "master"
go_version: 1.19
go_version: 1.21
sonarcloud:
if: ${{ always() }}
needs: [gotest, golangci]
Expand Down
Loading

0 comments on commit 2c0de9a

Please sign in to comment.