Skip to content

Commit

Permalink
Upgrade to 1.19 at least (grpc-ecosystem#3668)
Browse files Browse the repository at this point in the history
  • Loading branch information
johanbrandhorst authored Oct 13, 2023
1 parent 376cc61 commit 1b99ec3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1,809 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
build:
strategy:
matrix:
go-version: [1.18.x, 1.19.x, 1.20.x]
go-version: [1.19.x, 1.20.x, 1.21.x]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/grpc-ecosystem/grpc-gateway/v2

go 1.17
go 1.19

require (
github.com/antihax/optional v1.0.0
Expand Down
Loading

0 comments on commit 1b99ec3

Please sign in to comment.