Maintenance: upgrade to Go 1.15

This commit is contained in:
Quentin McGaw
2021-03-02 02:27:30 +00:00
parent e7824014ee
commit 8adc0556ba
2 changed files with 2 additions and 3 deletions

View File

@@ -1,5 +1,4 @@
ARG ALPINE_VERSION=3.12
ARG GO_VERSION=1.15
ARG GO_VERSION=1.16
ARG BUILDPLATFORM=linux/amd64
FROM --platform=$BUILDPLATFORM alpine:${ALPINE_VERSION} AS alpine

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/qdm12/ddns-updater
go 1.15
go 1.16
require (
github.com/go-chi/chi v1.5.1