Skip to content

Commit 196ebd8

Browse files
build(deps): bump github.com/sigstore/timestamp-authority from 1.2.3 to 1.2.4 in /.github in the actions group (#1288)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: William Woodruff <william@trailofbits.com>
1 parent 76e27db commit 196ebd8

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.github/go.mod

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
module sigstore/sigstore-python
22

3-
go 1.23
3+
go 1.23.1
44

5-
require (
6-
// We don't have a Go module here but this file is picked up by dependabot
7-
// and this will automatically update the dependency when needed.
5+
toolchain go1.23.5
86

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

11-
)
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=

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- name: test (timestamp-authority)
6666
if: ${{ matrix.conf.os == 'ubuntu-latest' }}
6767
run: |
68-
SIGSTORE_TIMESTAMP_VERSION=$(grep "github.com/sigstore/timestamp-authority" .github/go.mod | awk '{print $2}')
68+
SIGSTORE_TIMESTAMP_VERSION=$(grep "github.com/sigstore/timestamp-authority" .github/go.mod | awk '{print $3}')
6969
wget https://github.com/sigstore/timestamp-authority/releases/download/${SIGSTORE_TIMESTAMP_VERSION}/timestamp-server-linux-amd64 -O /tmp/timestamp-server
7070
chmod +x /tmp/timestamp-server
7171
# Run the TSA in background

0 commit comments

Comments
 (0)