Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Signed-off-by: chenk <[email protected]>
  • Loading branch information
chen-keinan committed Jun 24, 2024
1 parent 8f03116 commit badb8b1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: {}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
schedule:
- cron: 0 0 * * *
env:
GO_VERSION: 1.22.3
GO_VERSION: 1.22.4
permissions: {}
jobs:
release-snapshot:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit badb8b1

Please sign in to comment.