File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 1
1
module sigstore/sigstore-python
2
2
3
- go 1.23
3
+ go 1.23.1
4
4
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
8
6
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.
10
9
11
- )
10
+ require github.com/sigstore/timestamp-authority v1.2.4
Original file line number Diff line number Diff line change
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 =
Original file line number Diff line number Diff line change 65
65
- name : test (timestamp-authority)
66
66
if : ${{ matrix.conf.os == 'ubuntu-latest' }}
67
67
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 }')
69
69
wget https://github.com/sigstore/timestamp-authority/releases/download/${SIGSTORE_TIMESTAMP_VERSION}/timestamp-server-linux-amd64 -O /tmp/timestamp-server
70
70
chmod +x /tmp/timestamp-server
71
71
# Run the TSA in background
You can’t perform that action at this time.
0 commit comments