Skip to content

Commit a3538cf

Browse files
committed
Merge branch '10-use-go-1.9' into 'master'
Use Go 1.9 Closes #10 See merge request tnir/docs.djangoproject.jp!4
2 parents 8f9903a + b8a6a6e commit a3538cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)