Skip to content
This repository was archived by the owner on Aug 9, 2023. It is now read-only.

Commit 0992866

Browse files
author
Bjørn
authored
Upgrade to Go 1.12.7 (#31)
1 parent 574b52a commit 0992866

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: go
22
go:
3-
- "1.11.x"
3+
- "1.12.7"
44
script:
55
- go build ./...
66
- go test ./...

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.11 as builder
1+
FROM golang:1.12.7 as builder
22
WORKDIR /src
33
ENV CGO_ENABLED=0
44
ENV GOOS=linux

0 commit comments

Comments
 (0)