Skip to content

Commit cb978a4

Browse files
committed
bump dep correctly
Signed-off-by: William Woodruff <william@trailofbits.com>
1 parent e8e735d commit cb978a4

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/go.mod

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
module sigstore/sigstore-python
22

3-
go 1.23
3+
go 1.23.1
4+
45
toolchain go1.23.5
56

67
// We don't have a Go module here but this file is picked up by dependabot
78
// and this will automatically update the dependency when needed.
9+
10+
require github.com/sigstore/timestamp-authority v1.2.4

.github/go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
github.com/sigstore/timestamp-authority v1.2.4 h1:RjXZxOWorEiem/uSr0pFHVtQpyzpcFxgugo5jVqm3mw=
2+
github.com/sigstore/timestamp-authority v1.2.4/go.mod h1:ExrbobKdEuwuBptZIiKp1IaVBRiUeKbiuSyZTO8Okik=

0 commit comments

Comments
 (0)