We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc8c1fe commit 5d5c16aCopy full SHA for 5d5c16a
action.yaml
@@ -7,4 +7,4 @@ runs:
7
with:
8
repository: 'perses/github-actions'
9
path: '.github/perses-ci'
10
- ref: v0.9.0
+ ref: v0.10.0
actions/setup_environment/action.yaml
@@ -6,7 +6,7 @@ inputs:
6
default: "false"
go_version:
description: The Go version to be used if Go is enable
- default: 1.23.x
+ default: 1.24.x
enable_go_cache:
11
description: Whether you want to cache the go dependencies
12
default: "true"
0 commit comments