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 a376fa3 commit 88d709a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/common-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
go_version:
required: false
type: string
default: "1.22"
default: "1.20"

permissions:
contents: read
Expand All @@ -26,8 +26,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v5
with:
#go-version: ${{ inputs.go_version }}
go-version: '1.22.x'
go-version: ${{ inputs.go_version }}
check-latest: true
- name: Clean cache
working-directory: ${{ inputs.module }}
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
go_version:
required: false
type: string
default: "1.22"
default: "1.20"

permissions:
contents: write
Expand All @@ -33,8 +33,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v5
with:
#go-version: ${{ inputs.go_version }}
go-version: '1.22.x'
go-version: ${{ inputs.go_version }}
check-latest: true
- name: Install dependencies for module ${{ matrix.module }}
working-directory: ${{ matrix.module }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/fxgomysqlserver-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ jobs:
secrets: inherit
with:
module: "fxgomysqlserver"
go_version: "1.22"

0 comments on commit 88d709a

Please sign in to comment.