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 22
22
- LICENSE
23
23
- NOTICE
24
24
env :
25
- GO_VERSION : 1.22.3
25
+ GO_VERSION : 1.22.4
26
26
KIND_VERSION : v0.11.1
27
27
KIND_IMAGE : kindest/node:v1.21.1@sha256:69860bda5563ac81e3c0057d654b5253219618a22ec3a346306239bba8cfa1a6
28
28
permissions : {}
Original file line number Diff line number Diff line change 5
5
schedule :
6
6
- cron : 0 0 * * *
7
7
env :
8
- GO_VERSION : 1.22.3
8
+ GO_VERSION : 1.22.4
9
9
permissions : {}
10
10
jobs :
11
11
release-snapshot :
Original file line number Diff line number Diff line change 5
5
tags :
6
6
- v*
7
7
env :
8
- GO_VERSION : 1.22.3
8
+ GO_VERSION : 1.22.4
9
9
KIND_VERSION : v0.11.1
10
10
KIND_IMAGE : kindest/node:v1.21.1@sha256:69860bda5563ac81e3c0057d654b5253219618a22ec3a346306239bba8cfa1a6
11
11
jobs :
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
46
46
47
47
- Install Go
48
48
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
50
50
Go's [ GOPATH workspace] [ go-code ] convention, and have the appropriate environment variables set.
51
51
- Get the source code:
52
52
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/aquasecurity/k8s-node-collector
2
2
3
3
go 1.22.0
4
4
5
- toolchain go1.22.3
5
+ toolchain go1.22.4
6
6
7
7
require (
8
8
github.com/Masterminds/semver v1.5.0
You can’t perform that action at this time.
0 commit comments