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.14

See merge request monstercat/api!2
  • Loading branch information
menzerath committed Jun 30, 2020
2 parents 4a8859b + 81f9514 commit dbd10b6
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.13
image: golang:1.14
stage: test
before_script:
- go get -u github.com/mgechev/revive
script:
- revive -formatter stylish -exclude ./vendor/... ./...

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

0 comments on commit dbd10b6

Please sign in to comment.