Skip to content
This repository has been archived by the owner on Jan 29, 2025. It is now read-only.

Commit

Permalink
Merge branch 'renovate/docker-golang-1.x' into 'master'
Browse files Browse the repository at this point in the history
chore(dependency): Update golang Docker tag to v1.15

See merge request monstercat/api!4
  • Loading branch information
menzerath committed Aug 12, 2020
2 parents dbd10b6 + abe6e15 commit 37c963e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ stages:
- test

lint:
image: golang:1.14
image: golang:1.15
stage: test
before_script:
- go get -u github.com/mgechev/revive
script:
- revive -formatter stylish -exclude ./vendor/... ./...

test:
image: golang:1.14
image: golang:1.15
stage: test
script:
- go test -mod=vendor -cover -v ./...

0 comments on commit 37c963e

Please sign in to comment.