Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update toolchain versions in GitHub workflows to 1.76.0 #458

Merged
merged 1 commit into from
Feb 26, 2024
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 .circleci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN apt-get update && sudo apt-get install -y \
libgtk-3-dev webkit2gtk-4.0 libappindicator3-dev librsvg2-dev patchelf protobuf-compiler cmake

# Install Go
ENV GO_VERSION 1.21.6
ENV GO_VERSION 1.22.0
RUN wget https://go.dev/dl/go${GO_VERSION}.linux-amd64.tar.gz -O go.tar.gz \
&& tar -C /usr/local -xzf go.tar.gz \
&& rm go.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/agent-language-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.73.0
toolchain: 1.76.0

- name: Cache cargo
id: cache-cargo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/direct-message-language-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.73.0
toolchain: 1.76.0

- name: Cache cargo
id: cache-cargo
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/file-storage-language-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.73.0
toolchain: 1.76.0

- name: Cache cargo
id: cache-cargo
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.73.0
toolchain: 1.76.0

- name: Cache cargo
id: cache-cargo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration_cli.yml.disabled
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
override: true
toolchain: 1.73.0
toolchain: 1.76.0

- name: Use Python 3.11
uses: actions/setup-python@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration_js.yml.disabled
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.73.0
toolchain: 1.76.0

- name: Install GO
uses: actions/setup-go@v4
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/p-diff-sync-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.73.0
toolchain: 1.76.0
- name: Cache cargo
id: cache-cargo
uses: actions/cache@v3
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.73.0
toolchain: 1.76.0
- name: Cache cargo
id: cache-cargo
uses: actions/cache@v3
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.73.0
toolchain: 1.76.0

- name: Cache cargo
id: cache-cargo
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.73.0
toolchain: 1.76.0

- name: Cache cargo
id: cache-cargo
Expand Down Expand Up @@ -201,7 +201,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.73.0
toolchain: 1.76.0

- name: Cache cargo
id: cache-cargo
Expand Down Expand Up @@ -251,7 +251,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.73.0
toolchain: 1.76.0

- name: Cache cargo
id: cache-cargo
Expand Down Expand Up @@ -300,7 +300,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.73.0
toolchain: 1.76.0

- name: Cache cargo
id: cache-cargo
Expand Down Expand Up @@ -349,7 +349,7 @@ jobs:
# - uses: actions/checkout@v2
# - uses: actions-rs/toolchain@v1
# with:
# toolchain: 1.73.0
# toolchain: 1.76.0

# - name: Cache cargo
# id: cache-cargo
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
override: true
toolchain: 1.73.0
toolchain: 1.76.0
- run: rustup target add wasm32-unknown-unknown

- name: Install GO
Expand Down Expand Up @@ -401,7 +401,7 @@ jobs:
# - uses: actions/checkout@v2
# - uses: actions-rs/toolchain@v1
# with:
# toolchain: 1.73.0
# toolchain: 1.76.0
# override: true
#
# - name: Install GO
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
override: true
toolchain: 1.73.0
toolchain: 1.76.0
- run: rustup target add wasm32-unknown-unknown

- name: Install Deno
Expand Down Expand Up @@ -333,7 +333,7 @@ jobs:
- name: Install GO
uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.22'

- name: Install Linux Deps
run: |
Expand Down Expand Up @@ -430,7 +430,7 @@ jobs:
# - uses: actions/checkout@v2
# - uses: actions-rs/toolchain@v1
# with:
# toolchain: 1.73.0
# toolchain: 1.76.0
# override: true
#
# - name: Install GO
Expand Down