1
0
mirror of https://github.com/aquasecurity/kube-bench.git synced 2024-11-21 23:58:06 +00:00

chore: add go toolchain version (#1710)

* chore: add go toolchain version

* bump up toolchain to 1.22.7
This commit is contained in:
afdesk 2024-10-24 12:40:41 +06:00 committed by GitHub
parent d5ba5edca0
commit 5568895095
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

4
go.mod
View File

@ -1,6 +1,8 @@
module github.com/aquasecurity/kube-bench
go 1.22
go 1.22.0
toolchain go1.22.7
require (
github.com/aws/aws-sdk-go-v2 v1.31.0