Skip to content

Commit

Permalink
update go to 1.22 & cue to 0.8
Browse files Browse the repository at this point in the history
Signed-off-by: Augustin Husson <husson.augustin@gmail.com>
  • Loading branch information
Nexucis committed Apr 23, 2024
1 parent 888fb41 commit 68e6b54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions actions/setup_environment/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ inputs:
default: "false"
go_version:
description: The Go version to be used if Go is enable
default: "1.21.x"
default: "1.22.x"
enable_go_cache:
description: Whether you want to cache the go dependencies
default: "true"
Expand All @@ -15,7 +15,7 @@ inputs:
default: "false"
cue_version:
description: The Cue version to be used if Cue is enable
default: "v0.7.0"
default: "v0.8.0"
enable_npm:
description: Whether to enable npm specific features, such as caching.
default: "false"
Expand Down

0 comments on commit 68e6b54

Please sign in to comment.