File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2222 - LICENSE
2323 - NOTICE
2424env :
25- GO_VERSION : 1.22.3
25+ GO_VERSION : 1.22.4
2626 KIND_VERSION : v0.11.1
2727 KIND_IMAGE : kindest/node:v1.21.1@sha256:69860bda5563ac81e3c0057d654b5253219618a22ec3a346306239bba8cfa1a6
2828permissions : {}
Original file line number Diff line number Diff line change 55 schedule :
66 - cron : 0 0 * * *
77env :
8- GO_VERSION : 1.22.3
8+ GO_VERSION : 1.22.4
99permissions : {}
1010jobs :
1111 release-snapshot :
Original file line number Diff line number Diff line change 55 tags :
66 - v*
77env :
8- GO_VERSION : 1.22.3
8+ GO_VERSION : 1.22.4
99 KIND_VERSION : v0.11.1
1010 KIND_IMAGE : kindest/node:v1.21.1@sha256:69860bda5563ac81e3c0057d654b5253219618a22ec3a346306239bba8cfa1a6
1111jobs :
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ Each commit message doesn't have to follow conventions as long as it is clear an
4646
4747- Install Go
4848
49- The project requires [ Go 1.22.3 ] [ go-download ] or later. We also assume that you're familiar with
49+ The project requires [ Go 1.22.4 ] [ go-download ] or later. We also assume that you're familiar with
5050 Go's [ GOPATH workspace] [ go-code ] convention, and have the appropriate environment variables set.
5151- Get the source code:
5252
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/aquasecurity/k8s-node-collector
22
33go 1.22.0
44
5- toolchain go1.22.3
5+ toolchain go1.22.4
66
77require (
88 github.com/Masterminds/semver v1.5.0
You can’t perform that action at this time.
0 commit comments