mirror of
https://github.com/gomods/athens
synced 2026-02-03 11:00:32 +00:00
build: switch to go1.12 (#1092)
* build: switch to go1.12 * switch travis to 1.12
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ services:
|
||||
language: go
|
||||
install: false
|
||||
go:
|
||||
- "1.11.x"
|
||||
- "1.12.x"
|
||||
env:
|
||||
global:
|
||||
- PATH=${PATH}:./bin
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
# https://github.com/docker-library/buildpack-deps/blob/1845b3f918f69b4c97912b0d4d68a5658458e84f/stretch/scm/Dockerfile
|
||||
# https://github.com/golang/go/blob/f082dbfd4f23b0c95ee1de5c2b091dad2ff6d930/src/cmd/go/internal/get/vcs.go#L90
|
||||
|
||||
FROM golang:1.12-rc-alpine AS builder
|
||||
FROM golang:1.12-alpine AS builder
|
||||
|
||||
WORKDIR $GOPATH/src/github.com/gomods/athens
|
||||
|
||||
|
||||
Reference in New Issue
Block a user