We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc8a9ba commit 4c8dc56Copy full SHA for 4c8dc56
3 files changed
actions/setup-go/action.yml
@@ -5,7 +5,7 @@ inputs:
5
# TODO(ver): CI should validate at this version matches that in the Dockerfile
6
version:
7
description: Go version
8
- default: 1.24
+ default: 1.25
9
10
runs:
11
using: composite
actions/setup-rust/action.yml
@@ -6,7 +6,7 @@ inputs:
description: Container image version
- default: 1.88.0
+ default: 1.90.0
components:
12
description: Rust components to install
actions/setup-tools/action.yml
# TODO(ver): CI should validate at this version matches the most recent release tag
- default: v47
+ default: v48
0 commit comments