Skip to content

Commit 4c8dc56

Browse files
committed
bump setup versions
1 parent dc8a9ba commit 4c8dc56

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

actions/setup-go/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ inputs:
55
# TODO(ver): CI should validate at this version matches that in the Dockerfile
66
version:
77
description: Go version
8-
default: 1.24
8+
default: 1.25
99

1010
runs:
1111
using: composite

actions/setup-rust/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ inputs:
66
# TODO(ver): CI should validate at this version matches that in the Dockerfile
77
version:
88
description: Container image version
9-
default: 1.88.0
9+
default: 1.90.0
1010

1111
components:
1212
description: Rust components to install

actions/setup-tools/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ inputs:
55
# TODO(ver): CI should validate at this version matches the most recent release tag
66
version:
77
description: Container image version
8-
default: v47
8+
default: v48
99

1010
runs:
1111
using: composite

0 commit comments

Comments
 (0)