-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🧹 Minor tidy-up changes and tool upgrades (#19)
A bunch of miscellaneous stuff prior to doing some real work: * An check-uptodate change to ignore staged changes * Update all hermit-managed binaries changes from that * Resync protos, and regenerate dependent files This merges the following commits: * proto: Regenerate/sync protos * hermit: Upgrade hermit-managed binaries * build: Ignore staged changes on up-to-date check Makefile | 2 +- bin/{.go-1.16.6.pkg => .go-1.19.pkg} | 0 ...t-1.41.1.pkg => .golangci-lint-1.48.0.pkg} | 0 ...er-0.173.2.pkg => .goreleaser-0.184.0.pkg} | 0 ...mports-0.1.5.pkg => .gosimports-0.2.2.pkg} | 0 ...{.protoc-3.19.4.pkg => .protoc-3.20.1.pkg} | 0 ...o-1.27.1.pkg => .protoc-gen-go-1.28.1.pkg} | 0 ...otosync-0.2.1.pkg => .protosync-0.5.2.pkg} | 0 bin/go | 2 +- bin/gofmt | 2 +- bin/golangci-lint | 2 +- bin/goreleaser | 2 +- bin/gosimports | 2 +- bin/protoc | 2 +- bin/protoc-gen-go | 2 +- bin/protosync | 2 +- httprule/httprule.go | 22 +++++++++--------- httprule/internal/echo.pb.go | 4 ++-- httprule/internal/test.pb.go | 4 ++-- proto/google/protobuf/descriptor.proto | 21 +++++++++++++++-- registry/testdata/regtest.pb | Bin 9425 -> 9578 bytes registry/types_test.go | 6 ++--- 22 files changed, 46 insertions(+), 29 deletions(-) Pull-Request: #19
- Loading branch information
Showing
22 changed files
with
46 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
.go-1.16.6.pkg | ||
.go-1.19.pkg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
.go-1.16.6.pkg | ||
.go-1.19.pkg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
.golangci-lint-1.41.1.pkg | ||
.golangci-lint-1.48.0.pkg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
.goreleaser-0.173.2.pkg | ||
.goreleaser-0.184.0.pkg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
.gosimports-0.1.5.pkg | ||
.gosimports-0.2.2.pkg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
.protoc-3.19.4.pkg | ||
.protoc-3.20.1.pkg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
.protoc-gen-go-1.27.1.pkg | ||
.protoc-gen-go-1.28.1.pkg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
.protosync-0.2.1.pkg | ||
.protosync-0.5.2.pkg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters