* 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:
Umputun
2022-04-05 11:50:45 -05:00
committed by GitHub
parent 5ed7f27d5e
commit 89dc8ac6dd
266 changed files with 7320 additions and 5915 deletions
+2
View File
@@ -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 && \