Update go version
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details

This commit is contained in:
IamTheFij 2021-12-01 14:22:59 -08:00
parent 48af0c7e18
commit d72aa78893
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# Builder # Builder
FROM golang:1.14 AS builder FROM golang:1.16 AS builder
RUN apt-get update && apt-get install -y --no-install-recommends git dmsetup && apt-get clean RUN apt-get update && apt-get install -y --no-install-recommends git dmsetup && apt-get clean

View File

@ -1,6 +1,6 @@
ARG REPO=library ARG REPO=library
# Builder # Builder
FROM golang:1.14 AS builder FROM golang:1.16 AS builder
RUN apt-get update && apt-get install -y --no-install-recommends git dmsetup && apt-get clean RUN apt-get update && apt-get install -y --no-install-recommends git dmsetup && apt-get clean