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