Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update deps and golang image version in Dockerfile #132

Merged
merged 3 commits into from
Dec 14, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
# name: Set up Go
# uses: actions/setup-go@v2
# with:
# go-version: 1.14
# go-version: 1.15
# -
# name: Run GoReleaser
# uses: goreleaser/goreleaser-action@v2
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile_releaser
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# Runs goreleaser in Boring Crypto Go container in order to allow
# goreleaser to build a valid Boring Crypto binary

FROM goboring/golang:1.14.4b4
FROM goboring/golang:1.15.6b5

ARG GITHUB_TOKEN

Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ go 1.15
// replace github.com/apigee/apigee-remote-service-envoy => ../apigee-remote-service-envoy

require (
github.com/apigee/apigee-remote-service-envoy v1.3.1-0.20201209173003-4372da402007
github.com/apigee/apigee-remote-service-golib v1.3.0
github.com/apigee/apigee-remote-service-envoy v1.4.0-rc.1
github.com/apigee/apigee-remote-service-golib v1.4.0-rc.1
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d
github.com/lestrrat-go/jwx v1.0.5
github.com/pkg/errors v0.9.1
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d h1:UQZhZ2O0vMHr2c
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d/go.mod h1:rBZYJk541a8SKzHPHnH3zbiI+7dagKZ0cgpgrD7Fyho=
github.com/apache/thrift v0.12.0/go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb+bacwQ=
github.com/apache/thrift v0.13.0/go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb+bacwQ=
github.com/apigee/apigee-remote-service-envoy v1.3.1-0.20201209173003-4372da402007 h1:bgoDXzIt7yGblDq7RAfR985oA2+zEuGByc1IwqTfSSA=
github.com/apigee/apigee-remote-service-envoy v1.3.1-0.20201209173003-4372da402007/go.mod h1:Pre/XggdGpYI0U78yEGux5FzcdycTTLUliKKCouXz0Q=
github.com/apigee/apigee-remote-service-golib v1.3.0 h1:gXxrHiMC9QM0qo19c3+S1kWLNvi8sQWlU9c8Qyf1Xgs=
github.com/apigee/apigee-remote-service-golib v1.3.0/go.mod h1:v8JlgWxYdj2CtCbV3qMWdjyVxtHjnbDnFZl6v1XCWEY=
github.com/apigee/apigee-remote-service-envoy v1.4.0-rc.1 h1:SQba0P4ImkB2T6jWwVMW7bNHQdk54WTurINMM3VLnns=
github.com/apigee/apigee-remote-service-envoy v1.4.0-rc.1/go.mod h1:WGXJJLodU0d+sLiyoEimSLR+n6QhH6BAUF9/gYZmigk=
github.com/apigee/apigee-remote-service-golib v1.4.0-rc.1 h1:N5SVv3gGHmlo5GA+J13aWrp471vKYid0BD3HfmwSOg8=
github.com/apigee/apigee-remote-service-golib v1.4.0-rc.1/go.mod h1:v8JlgWxYdj2CtCbV3qMWdjyVxtHjnbDnFZl6v1XCWEY=
github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e/go.mod h1:3U/XgcO3hCbHZ8TKRvWD2dDTCfh9M9ya+I9JpbB7O8o=
github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da/go.mod h1:Q73ZrmVTwzkszR9V5SSuryQ31EELlFMUz1kKyl939pY=
github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310/go.mod h1:ufUuZ+zHj4x4TnLV4JWEpy2hxWSpsRywHrMgIH9cCH8=
Expand Down