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 15b99d9 commit 267a99a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/common-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: ${{ inputs.go_version }}
check-latest: true
- name: Clean cache
working-directory: ${{ inputs.module }}
run: go clean -modcache && go clean -testcache && go mod tidy
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,14 @@ jobs:
- "fxredis"
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: ${{ inputs.go_version }}
check-latest: true
- name: Install dependencies for module ${{ matrix.module }}
working-directory: ${{ matrix.module }}
run: go mod download
Expand Down

0 comments on commit 267a99a

Please sign in to comment.