bumping docker go version

This commit is contained in:
James Cor
2022-03-30 15:41:57 -07:00
parent 138edc400d
commit 48040fed87
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:1.17.1-buster
FROM golang:1.18-buster
ENV DEBIAN_FRONTEND=noninteractive

View File

@@ -51,7 +51,7 @@ RUN apt update -y && \
# install go
WORKDIR /root
ENV GO_VERSION=1.17.1
ENV GO_VERSION=1.18
ENV GOPATH=$HOME/go
ENV PATH=$PATH:$GOPATH/bin
ENV PATH=$PATH:$GOPATH/bin:/usr/local/go/bin