Skip to content

Conversation

@stefanvanburen
Copy link
Member

Needed an update to the dependencies (related to #1941). For context, the steps were (from the plugin's directory):

$ git clone --depth 1 --branch 2.1.2 https://github.com/grpc/grpc-swift-protobuf --recursive
$ cd grpc-swift-protobuf
$ swift package resolve
$ mv Package.resolved ../

Probably a good reason to look to automate this now.

Fixes #2160.

Needed an update to the dependencies (related to #1941). For context,
the steps were (from the plugin's directory):

```
$ git clone --depth 1 --branch 2.1.2 https://github.com/grpc/grpc-swift-protobuf --recursive
$ cd grpc-swift-protobuf
$ swift package resolve
$ mv Package.resolved ../
```

Probably a good reason to look to automate this now.

Fixes #2160.
@stefanvanburen stefanvanburen merged commit c0ac333 into main Dec 16, 2025
3 checks passed
@stefanvanburen stefanvanburen deleted the svanburen/grpc-swift-protobuf-2.1.2 branch December 16, 2025 16:27
stefanvanburen added a commit that referenced this pull request Dec 16, 2025
On upgrade of a Swift plugin (with a `Package.resolved` file), clone the
git repo, re-run `swift package resolve`, and copy the
`Package.resolved` file to the directory. Basically, an automation of
the steps described in #2161.

Also, bump golangci-lint to latest.

Fixes #1941.
stefanvanburen added a commit that referenced this pull request Dec 16, 2025
On upgrade of a Swift plugin (with a `Package.resolved` file), clone the
git repo, re-run `swift package resolve`, and copy the
`Package.resolved` file to the directory. Basically, an automation of
the steps described in #2161.

Also, bump golangci-lint to latest.

Fixes #1941.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Unexpected Fetch latest versions failure

3 participants