1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

Upgrade to golang 1.15 (#980)

This commit is contained in:
Sean Smith
2020-10-03 12:24:41 -04:00
committed by GitHub
parent 6cc00f54d3
commit cab3f9c658
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:1.13-alpine as build
FROM golang:1.15-alpine as build
ARG version=master

View File

@@ -1,4 +1,4 @@
FROM golang:1.13 as build
FROM golang:1.15 as build
ARG version=master

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/wtfutil/wtf
go 1.14
go 1.15
require (
code.cloudfoundry.org/bytefmt v0.0.0-20190819182555-854d396b647c