Skip to content

Commit

Permalink
doc(main): Updated toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
ekkinox committed May 30, 2024
1 parent ac5ba43 commit 15b99d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/common-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
fetch-depth: 1
- name: Install Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ${{ inputs.go_version }}
- name: Clean cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
fetch-depth: 1
- name: Install Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ${{ inputs.go_version }}
- name: Install dependencies for module ${{ matrix.module }}
Expand Down

0 comments on commit 15b99d9

Please sign in to comment.