Merge pull request #95 from stefanprodan/go-1.15

Update Go to v1.15
This commit is contained in:
Stefan Prodan
2020-09-20 13:50:01 +03:00
committed by GitHub
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: 1.14.x
go-version: 1.15.x
- name: Run unit tests
run: make test
- name: Check if working tree is dirty
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.14-alpine as builder
FROM golang:1.15-alpine as builder
ARG REVISION
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.14
FROM golang:1.15
WORKDIR /workspace
+1 -1
View File
@@ -1,6 +1,6 @@
module github.com/stefanprodan/podinfo
go 1.14
go 1.15
require (
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751