File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2424
2525 - name : Set up Go
26- uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2 .0
26+ uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
2727 with :
2828 go-version-file : ./pkg2chart/go.mod
2929
Original file line number Diff line number Diff line change 8585 path : policy-source-artifacthub
8686
8787 - name : Setup Go
88- uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2 .0
88+ uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
8989 with :
9090 go-version : " 1.26"
9191
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/kubewarden/policy-catalog/pkg2chart
33go 1.25.6
44
55require (
6- github.com/google/go-containerregistry v0.21.0
6+ github.com/google/go-containerregistry v0.21.1
77 github.com/stretchr/testify v1.11.1
88 go.yaml.in/yaml/v3 v3.0.4
99 helm.sh/helm/v3 v3.20.0
Original file line number Diff line number Diff line change @@ -36,6 +36,8 @@ github.com/google/go-containerregistry v0.20.7 h1:24VGNpS0IwrOZ2ms2P1QE3Xa5X9p4p
3636github.com/google/go-containerregistry v0.20.7 /go.mod h1:Lx5LCZQjLH1QBaMPeGwsME9biPeo1lPx6lbGj/UmzgM =
3737github.com/google/go-containerregistry v0.21.0 h1:ocqxUOczFwAZQBMNE7kuzfqvDe0VWoZxQMOesXreCDI =
3838github.com/google/go-containerregistry v0.21.0 /go.mod h1:ctO5aCaewH4AK1AumSF5DPW+0+R+d2FmylMJdp5G7p0 =
39+ github.com/google/go-containerregistry v0.21.1 h1:sOt/o9BS2b87FnR7wxXPvRKU1XVJn2QCwOS5g8zQXlc =
40+ github.com/google/go-containerregistry v0.21.1 /go.mod h1:ctO5aCaewH4AK1AumSF5DPW+0+R+d2FmylMJdp5G7p0 =
3941github.com/google/gofuzz v1.0.0 /go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg =
4042github.com/json-iterator/go v1.1.12 h1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnrnM =
4143github.com/json-iterator/go v1.1.12 /go.mod h1:e30LSqwooZae/UwlEbR2852Gd8hjQvJoHmT4TnhNGBo =
You can’t perform that action at this time.
0 commit comments