Skip to content

Commit ac382bf

Browse files
chore(deps): update dependency go
1 parent 88a0cab commit ac382bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/unitest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1212
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
1313
with:
14-
go-version: '1.24.4'
14+
go-version: '1.25.0'
1515
- run: |
1616
./unitest.sh

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/neuvector/sigstore-interface
22

33
go 1.24.0
44

5-
toolchain go1.24.5
5+
toolchain go1.24.6
66

77
require (
88
github.com/google/go-containerregistry v0.20.6

0 commit comments

Comments
 (0)