Skip to content

Commit 2543f3e

Browse files
committed
Update Go to 1.11 in test
Signed-off-by: Takuya Noguchi <[email protected]>
1 parent 97a5a34 commit 2543f3e

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)