Skip to content

Commit

Permalink
Fix build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickTaibel committed Jun 14, 2023
1 parent 151fb2c commit af19e4a
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ jobs:
build:
services:
mongodb:
image: mongo:3.4.23
image: mongo:4.2
ports:
- 27017:27017
redis:
image: redis
ports:
- 6379:6379

runs-on: ubuntu-latest
runs-on: ubuntu-20.04

env:
GO111MODULE: on
Expand All @@ -23,14 +23,11 @@ jobs:
- name: Install Go
uses: actions/setup-go@v1
with:
go-version: 1.15
go-version: 1.16

- name: Get tyk from source repository
uses: actions/checkout@v2

- name: Install dependencies
run: go get golang.org/x/tools/cmd/goimports && go get

- name: Run tests
run: go test -v ./...

Expand Down

0 comments on commit af19e4a

Please sign in to comment.