Skip to content

Commit

Permalink
Update go version to 1.21.3 in the github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Pururun committed Jan 4, 2024
1 parent 001d771 commit b6d20f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/daemon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: 1.18.5
go-version: 1.21.3

- name: Build and test crates
run: ./ci/check-rust.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/desktop-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: 1.18.5
go-version: 1.21.3
- name: Install Protoc
uses: arduino/setup-protoc@v2
with:
Expand Down

0 comments on commit b6d20f0

Please sign in to comment.