mirror of
https://github.com/prymitive/karma
synced 2026-05-13 03:56:59 +00:00
@@ -1,7 +1,7 @@
|
||||
language: go
|
||||
|
||||
go:
|
||||
- 1.8.x
|
||||
- 1.9.x
|
||||
|
||||
go_import_path: github.com/cloudflare/unsee
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM golang:1.8.3-alpine3.6 as unsee-builder
|
||||
FROM golang:1.9.0-alpine3.6 as unsee-builder
|
||||
COPY . /go/src/github.com/cloudflare/unsee
|
||||
|
||||
ARG VERSION
|
||||
|
||||
Reference in New Issue
Block a user