Skip to content

Commit b8a6a6e

Browse files
committed
Use Go 1.9
1 parent 8f9903a commit b8a6a6e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitlab-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
image: golang:1.8.6-alpine3.6
1+
image: golang:1.9.4-alpine3.7
22

33
stages:
44
- test

app.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
runtime: go
2-
api_version: go1.8
2+
api_version: go1.9
33

44
handlers:
55
- url: /.*

0 commit comments

Comments
 (0)