CI: Bump Go and golangci-lint versions (#1313)

This commit is contained in:
Adrian Gallagher
2023-08-11 14:06:56 +10:00
committed by GitHub
parent 26692669c6
commit b25037dabc
7 changed files with 12 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:1.20 as build
FROM golang:1.21 as build
WORKDIR /go/src/github.com/thrasher-corp/gocryptotrader
COPY . .
RUN GO111MODULE=on go mod vendor