Skip to content

Commit

Permalink
bump version in go.mod, go.work; update GHA pointers
Browse files Browse the repository at this point in the history
Signed-off-by: Bob Callaway <[email protected]>
  • Loading branch information
bobcallaway committed Sep 25, 2024
1 parent d0a20ef commit cb07c13
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rate-limiting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
summary: ${{ steps.msg.outputs.summary}}
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v3.3.0
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version: '1.22'
go-version-file: 'go.work'
check-latest: true
- name: Rate Limit Rekor Staging
id: rekor_staging
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-pager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v3.3.0
with:
go-version: '1.22'
go-version-file: 'pager-duty/go.mod'
check-latest: true

- uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
Expand Down
2 changes: 1 addition & 1 deletion go.work
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
go 1.22.6
go 1.23.1

use (
./pager-duty
Expand Down
2 changes: 1 addition & 1 deletion pager-duty/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/sigstore/sigstore-probers/pager-duty

go 1.22.5
go 1.23.1

require (
github.com/PagerDuty/go-pagerduty v1.8.0
Expand Down
2 changes: 1 addition & 1 deletion prober/ctlog/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/sigstore/sigstore-probers/prober/ctlog

go 1.22.5
go 1.23.1

require (
github.com/google/certificate-transparency-go v1.2.1
Expand Down
3 changes: 2 additions & 1 deletion prober/hack/toolz/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module github.com/sigstore/sigstore-probers/prober/hack/toolz

go 1.22.6
go 1.23.1

require (
github.com/sigstore/cosign/v2 v2.4.0
github.com/sigstore/rekor v1.3.6
Expand Down

0 comments on commit cb07c13

Please sign in to comment.