diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 2b473ee..fcc0826 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -22,7 +22,7 @@ on: - LICENSE - NOTICE env: - GO_VERSION: 1.22.2 + GO_VERSION: 1.22.3 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 e25c524..5cbb298 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.2 + GO_VERSION: 1.22.3 permissions: {} jobs: release-snapshot: diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 16353f8..cd14c43 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -5,7 +5,7 @@ on: tags: - v* env: - GO_VERSION: 1.22.2 + GO_VERSION: 1.22.3 KIND_VERSION: v0.11.1 KIND_IMAGE: kindest/node:v1.21.1@sha256:69860bda5563ac81e3c0057d654b5253219618a22ec3a346306239bba8cfa1a6 jobs: diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1af484e..e046081 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.2][go-download] or later. We also assume that you're familiar with + The project requires [Go 1.22.3][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 2dee036..d07d8af 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.2 +toolchain go1.22.3 require ( github.com/Masterminds/semver v1.5.0