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

Commit 37c963e

Browse files
committed
Merge branch 'renovate/docker-golang-1.x' into 'master'
chore(dependency): Update golang Docker tag to v1.15 See merge request monstercat/api!4
2 parents dbd10b6 + abe6e15 commit 37c963e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ stages:
22
- test
33

44
lint:
5-
image: golang:1.14
5+
image: golang:1.15
66
stage: test
77
before_script:
88
- go get -u github.com/mgechev/revive
99
script:
1010
- revive -formatter stylish -exclude ./vendor/... ./...
1111

1212
test:
13-
image: golang:1.14
13+
image: golang:1.15
1414
stage: test
1515
script:
1616
- go test -mod=vendor -cover -v ./...

0 commit comments

Comments
 (0)