-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* gorm v2 * . * test * . * go mod tidy * . * Updating the atlas-query-validate plugin --------- Co-authored-by: chorst <[email protected]>
- Loading branch information
1 parent
8d989a7
commit c6931f9
Showing
4 changed files
with
68 additions
and
458 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# The docker image to generate Golang code from Protol Buffer. | ||
FROM golang:1.17.0-alpine3.14 as builder | ||
FROM golang:1.19.0-alpine as builder | ||
LABEL intermediate=true | ||
MAINTAINER DL NGP-App-Infra-API <[email protected]> | ||
|
||
|
@@ -27,7 +27,7 @@ RUN go install github.com/envoyproxy/protoc-gen-validate | |
RUN go install github.com/mwitkow/go-proto-validators/protoc-gen-govalidators | ||
RUN go install github.com/pseudomuto/protoc-gen-doc/cmd/protoc-gen-doc | ||
RUN go install github.com/infobloxopen/protoc-gen-preprocess | ||
RUN cd ${GOPATH}/src/github.com/infobloxopen/protoc-gen-atlas-query-validate && dep ensure && GO111MODULE=off go install . | ||
RUN go install github.com/infobloxopen/protoc-gen-atlas-query-validate | ||
RUN go install github.com/infobloxopen/protoc-gen-atlas-validate | ||
RUN go install github.com/infobloxopen/protoc-gen-gorm | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.