diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 1917adf..b7584be 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -22,7 +22,7 @@ on: - LICENSE - NOTICE env: - GO_VERSION: 1.22.3 + GO_VERSION: 1.22.4 KIND_VERSION: v0.11.1 KIND_IMAGE: kindest/node:v1.21.1@sha256:69860bda5563ac81e3c0057d654b5253219618a22ec3a346306239bba8cfa1a6 permissions: {} diff --git a/.github/workflows/release-snapshot.yaml b/.github/workflows/release-snapshot.yaml index bcbdc21..7819667 100644 --- a/.github/workflows/release-snapshot.yaml +++ b/.github/workflows/release-snapshot.yaml @@ -5,7 +5,7 @@ on: schedule: - cron: 0 0 * * * env: - GO_VERSION: 1.22.3 + GO_VERSION: 1.22.4 permissions: {} jobs: release-snapshot: diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 30b14be..6745a9b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -5,7 +5,7 @@ on: tags: - v* env: - GO_VERSION: 1.22.3 + GO_VERSION: 1.22.4 KIND_VERSION: v0.11.1 KIND_IMAGE: kindest/node:v1.21.1@sha256:69860bda5563ac81e3c0057d654b5253219618a22ec3a346306239bba8cfa1a6 jobs: diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e046081..e8339a9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -46,7 +46,7 @@ Each commit message doesn't have to follow conventions as long as it is clear an - Install Go - The project requires [Go 1.22.3][go-download] or later. We also assume that you're familiar with + The project requires [Go 1.22.4][go-download] or later. We also assume that you're familiar with Go's [GOPATH workspace][go-code] convention, and have the appropriate environment variables set. - Get the source code: diff --git a/go.mod b/go.mod index 1fb5eab..48d5dff 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/aquasecurity/k8s-node-collector go 1.22.0 -toolchain go1.22.3 +toolchain go1.22.4 require ( github.com/Masterminds/semver v1.5.0