Skip to content

Commit 5d5c16a

Browse files
committed
upgrade go version to v1.24.x
Signed-off-by: Augustin Husson <[email protected]>
1 parent bc8c1fe commit 5d5c16a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ runs:
77
with:
88
repository: 'perses/github-actions'
99
path: '.github/perses-ci'
10-
ref: v0.9.0
10+
ref: v0.10.0

actions/setup_environment/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ inputs:
66
default: "false"
77
go_version:
88
description: The Go version to be used if Go is enable
9-
default: 1.23.x
9+
default: 1.24.x
1010
enable_go_cache:
1111
description: Whether you want to cache the go dependencies
1212
default: "true"

0 commit comments

Comments
 (0)