We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a06af8 commit df2df91Copy full SHA for df2df91
.github/workflows/unitest.yaml
@@ -11,6 +11,6 @@ jobs:
11
- uses: actions/checkout@v2
12
- uses: actions/setup-go@v2
13
with:
14
- go-version: '1.20.3'
+ go-version: '1.22.3'
15
- run: |
16
./unitest.sh
go.mod
@@ -1,8 +1,6 @@
1
module github.com/neuvector/sigstore-interface
2
3
-go 1.22.0
4
-
5
-toolchain go1.22.3
+go 1.22.3
6
7
require (
8
github.com/google/go-containerregistry v0.19.1
0 commit comments