Skip to content

Commit df2df91

Browse files
committed
fix go versioning
1 parent 4a06af8 commit df2df91

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
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@v2
1212
- uses: actions/setup-go@v2
1313
with:
14-
go-version: '1.20.3'
14+
go-version: '1.22.3'
1515
- run: |
1616
./unitest.sh

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/neuvector/sigstore-interface
22

3-
go 1.22.0
4-
5-
toolchain go1.22.3
3+
go 1.22.3
64

75
require (
86
github.com/google/go-containerregistry v0.19.1

0 commit comments

Comments
 (0)