timostamm / protobuf-ts

Protobuf and RPC for TypeScript
Apache License 2.0
1.1k stars 129 forks source link

Update go version for twirp compat tests #636

Closed timostamm closed 8 months ago

timostamm commented 8 months ago

CI started failing with:

@protobuf-ts/twirp-transport: go: downloading google.golang.org/protobuf v1.33.0
Error: @protobuf-ts/twirp-transport: /home/runner/go/pkg/mod/github.com/golang/protobuf@v1.5.4/jsonpb/decode.go:19:2: //go:build comment without // +build comment

This updates to 1.17 to support the new build constraints.