Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
# NOTE: the version is also defined in roapi_release.yml and Dockerfile
RUST_TC_VER: "1.84.1"
RUST_TC_VER: "1.86.0"

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/columnq_cli_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

env:
# NOTE: the version is also defined in build.yml and Dockerfile
RUST_TC_VER: "1.84.1"
RUST_TC_VER: "1.86.0"

jobs:
# skip tag version validation on non-release branch run
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/roapi_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

env:
# NOTE: the version is also defined in build.yml and Dockerfile
RUST_TC_VER: "1.84.1"
RUST_TC_VER: "1.86.0"

jobs:
validate-release-tag:
Expand Down
Loading
Loading