Skip to content

Commit badb8b1

Browse files
authored
Signed-off-by: chenk <[email protected]>
1 parent 8f03116 commit badb8b1

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on:
2222
- LICENSE
2323
- NOTICE
2424
env:
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
2828
permissions: {}

.github/workflows/release-snapshot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
schedule:
66
- cron: 0 0 * * *
77
env:
8-
GO_VERSION: 1.22.3
8+
GO_VERSION: 1.22.4
99
permissions: {}
1010
jobs:
1111
release-snapshot:

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
tags:
66
- v*
77
env:
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
1111
jobs:

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/aquasecurity/k8s-node-collector
22

33
go 1.22.0
44

5-
toolchain go1.22.3
5+
toolchain go1.22.4
66

77
require (
88
github.com/Masterminds/semver v1.5.0

0 commit comments

Comments
 (0)