Skip to content

Commit

Permalink
chore(actions): update go and rust versions
Browse files Browse the repository at this point in the history
  • Loading branch information
olix0r committed Dec 4, 2024
1 parent fafb040 commit 2317e2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion actions/setup-go/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ inputs:
# TODO(ver): CI should validate at this version matches that in the Dockerfile
version:
description: Go version
default: 1.22
default: 1.23

runs:
using: composite
Expand Down
2 changes: 1 addition & 1 deletion actions/setup-rust/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ inputs:
# TODO(ver): CI should validate at this version matches that in the Dockerfile
version:
description: Container image version
default: 1.76.0
default: 1.82.0

components:
description: Rust components to install
Expand Down

0 comments on commit 2317e2b

Please sign in to comment.