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 9bcce42 commit 10a1f03
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@ on:
push:
branches:
- main
workflow_call:
inputs:
go_version:
required: false
type: string
default: "1.22"

permissions:
contents: write
Expand All @@ -33,7 +27,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: '${{ inputs.go_version }}'
go-version: "1.22"
check-latest: true
- name: Install dependencies for module ${{ matrix.module }}
working-directory: ${{ matrix.module }}
Expand Down

0 comments on commit 10a1f03

Please sign in to comment.