Skip to content

Commit

Permalink
bump go toolchain, protoc, and generators to latest releases (#476)
Browse files Browse the repository at this point in the history
* bump go toolchain, protoc, and generators to latest releases

Signed-off-by: Bob Callaway <bcallaway@google.com>

* trigger test on changes to protoc-builder dir

Signed-off-by: Bob Callaway <bcallaway@google.com>

---------

Signed-off-by: Bob Callaway <bcallaway@google.com>
  • Loading branch information
bobcallaway authored Jan 15, 2025
1 parent 2910b09 commit df98556
Show file tree
Hide file tree
Showing 13 changed files with 500 additions and 1,086 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ updates:
directory: "/protoc-builder"
schedule:
interval: "monthly"
- package-ecosystem: "gomod"
directory: "/protoc-builder/hack/go"
schedule:
interval: "monthly"
- package-ecosystem: "pip"
directory: "/protoc-builder/hack"
schedule:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,12 @@ on:
paths:
- '**.proto'
- 'gen/**'
- 'protoc-builder/**'
pull_request:
paths:
- '**.proto'
- 'gen/**'
- 'protoc-builder/**'

jobs:
check_generated_protos:
Expand All @@ -35,6 +37,8 @@ jobs:

steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false

# clear out the generated files directory so we know we are actually
# generating all the files again (instead of a subset)
Expand Down
147 changes: 55 additions & 92 deletions gen/pb-go/bundle/v1/sigstore_bundle.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit df98556

Please sign in to comment.