Skip to content

Commit 85624e8

Browse files
authored
Fixed vulns by bumping up go to 1.24.6 (#1424)
1 parent ab715b7 commit 85624e8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ on:
2626
- 'NOTICE'
2727

2828
env:
29-
GO_VERSION: "1.24.4"
29+
GO_VERSION: "1.24.6"
3030
KIND_VERSION: "v0.17.0"
3131
KIND_IMAGE: "kindest/node:v1.21.1@sha256:69860bda5563ac81e3c0057d654b5253219618a22ec3a346306239bba8cfa1a6"
3232

.github/workflows/release-snapshot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- cron: "0 0 * * *"
99

1010
env:
11-
GO_VERSION: "1.24.4"
11+
GO_VERSION: "1.24.6"
1212

1313
# Disable permissions granted to the GITHUB_TOKEN for all the available scopes.
1414
permissions: {}

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
tags:
1111
- "v*"
1212
env:
13-
GO_VERSION: "1.24.4"
13+
GO_VERSION: "1.24.6"
1414
KIND_VERSION: "v0.11.1"
1515
KIND_IMAGE: "kindest/node:v1.21.1@sha256:69860bda5563ac81e3c0057d654b5253219618a22ec3a346306239bba8cfa1a6"
1616
jobs:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/aquasecurity/starboard
22

3-
go 1.24.4
3+
go 1.24.6
44

55
require (
66
github.com/caarlos0/env/v6 v6.10.0

0 commit comments

Comments
 (0)