Skip to content

Commit a5717de

Browse files
committed
Merge branch '23-update-go-to-1-11-in-test' into 'master'
Update Go to 1.11 in test Closes #23 See merge request tnir/docs.djangoproject.jp!17
2 parents 97a5a34 + 2543f3e commit a5717de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitlab-ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
image: golang:1.9.7-alpine3.8
1+
image: golang:1.11.6-alpine3.8
22

33
stages:
44
- test
@@ -7,6 +7,7 @@ stages:
77
format-test:
88
stage: test
99
script:
10+
- export CGO_ENABLED=0
1011
- go fmt
1112
- go vet
1213
- go test -cover

0 commit comments

Comments
 (0)