Skip to content

Commit

Permalink
ci: disable toolchain for now as it break the cache
Browse files Browse the repository at this point in the history
Signed-off-by: Zxilly <[email protected]>
  • Loading branch information
Zxilly committed Jul 15, 2024
1 parent 068e0be commit 9757110
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 21 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/built-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ jobs:
with:
fetch-depth: 0

- name: Workaround for setup toolchain support
# fixme: remove after https://github.com/actions/setup-go/issues/424 resolved
shell: bash
run: echo "GOTOOLCHAIN=local" >> "$GITHUB_ENV"

- name: Setup Go
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
Expand Down Expand Up @@ -100,11 +95,6 @@ jobs:
with:
fetch-depth: 0

- name: Workaround for setup toolchain support
# fixme: remove after https://github.com/actions/setup-go/issues/424 resolved
shell: bash
run: echo "GOTOOLCHAIN=local" >> "$GITHUB_ENV"

- name: Setup Go
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,6 @@ jobs:
- name: Checkout Actions Repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

- name: Workaround for setup toolchain support
# fixme: remove after https://github.com/actions/setup-go/issues/424 resolved
shell: bash
run: echo "GOTOOLCHAIN=local" >> "$GITHUB_ENV"

- name: Setup Go
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,6 @@ jobs:
- name: Get tags
run: git fetch --tags

- name: Workaround for setup toolchain support
# fixme: remove after https://github.com/actions/setup-go/issues/424 resolved
shell: bash
run: echo "GOTOOLCHAIN=local" >> "$GITHUB_ENV"

- name: Setup Go
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/Zxilly/go-size-analyzer

go 1.23

toolchain go1.23rc1
// toolchain go1.23rc1

require (
github.com/ZxillyFork/gore v0.0.0-20240709175049-78f2566cdd48
Expand Down

0 comments on commit 9757110

Please sign in to comment.