Skip to content

Commit

Permalink
Bump google.golang.org/grpc from 1.56.1 to 1.59.0 (#82)
Browse files Browse the repository at this point in the history
* Bump google.golang.org/grpc from 1.56.1 to 1.59.0

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.56.1 to 1.59.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.56.1...v1.59.0)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* bump go version

* bump x/net version

* tidy

* login action

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jason Newman <[email protected]>
  • Loading branch information
dependabot[bot] and jnewmano authored Oct 18, 2023
1 parent f88dd69 commit 3c9ac57
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 1,494 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
echo ::set-output name=tag::$TAG
- uses: docker/login-action@v2
- uses: docker/login-action@v3
with:
registry: docker.io
username: ${{ secrets.DOCKER_USERNAME }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
strategy:
matrix:
goversion:
- '1.16'
- '1.17'
- '1.20'
- '1.21'

steps:
- uses: actions/checkout@v4
Expand Down
11 changes: 8 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
module github.com/jnewmano/grpc-json-proxy

go 1.15
go 1.20

require (
github.com/gogo/protobuf v1.3.2
github.com/golang/protobuf v1.5.3
golang.org/x/net v0.9.0
google.golang.org/grpc v1.56.1
golang.org/x/net v0.17.0
google.golang.org/grpc v1.59.0
)

require (
golang.org/x/text v0.13.0 // indirect
google.golang.org/protobuf v1.31.0 // indirect
)
Loading

0 comments on commit 3c9ac57

Please sign in to comment.