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 267a99a commit a376fa3
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 @@ -26,7 +26,8 @@ jobs:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: ${{ inputs.go_version }}
#go-version: ${{ inputs.go_version }}
go-version: '1.22.x'
check-latest: true
- name: Clean cache
working-directory: ${{ inputs.module }}
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: ${{ inputs.go_version }}
#go-version: ${{ inputs.go_version }}
go-version: '1.22.x'
check-latest: true
- name: Install dependencies for module ${{ matrix.module }}
working-directory: ${{ matrix.module }}
Expand Down

0 comments on commit a376fa3

Please sign in to comment.