Go 1.17 (#1306)
* change go mod to 1.17 * update go-pgkz and transitive deps * bump examples to go-1.17 * bump deps
This commit is contained in:
@@ -16,6 +16,8 @@ ENV GOFLAGS="-mod=vendor"
|
||||
# install gcc in order to be able to go test package with -race
|
||||
RUN apk --no-cache add gcc libc-dev
|
||||
|
||||
RUN echo go version: `go version`
|
||||
|
||||
# run tests
|
||||
RUN \
|
||||
cd app && \
|
||||
|
||||
Reference in New Issue
Block a user