Skip to content

Commit

Permalink
Merge branch 'master' of github.com:TykTechnologies/tyk-pump into TT-…
Browse files Browse the repository at this point in the history
…10520
  • Loading branch information
mativm02 committed Jan 22, 2024
2 parents 524fb01 + 19e3047 commit 4352f70
Show file tree
Hide file tree
Showing 26 changed files with 199 additions and 756 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 4352f70

Please sign in to comment.