File tree Expand file tree Collapse file tree 3 files changed +38
-163
lines changed Expand file tree Collapse file tree 3 files changed +38
-163
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ FROM goboring/golang:1.16.1b7
22
22
23
23
ARG GITHUB_TOKEN
24
24
25
- RUN curl -sfL https:// install.goreleaser.com/ github.com/goreleaser/goreleaser.sh | sh
25
+ RUN go install github.com/goreleaser/goreleaser@latest
26
26
27
27
WORKDIR /app
28
28
ADD . .
Original file line number Diff line number Diff line change 7
7
// replace github.com/apigee/apigee-remote-service-envoy/v2 => ../apigee-remote-service-envoy
8
8
9
9
require (
10
- github.com/apigee/apigee-remote-service-envoy/v2 v2.0.4
11
- github.com/apigee/apigee-remote-service-golib/v2 v2.0.4
10
+ github.com/apigee/apigee-remote-service-envoy/v2 v2.0.5
11
+ github.com/apigee/apigee-remote-service-golib/v2 v2.0.5
12
12
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d
13
13
github.com/lestrrat-go/jwx v1.1.6
14
14
github.com/pkg/errors v0.9.1
You can’t perform that action at this time.
0 commit comments