Skip to content

Commit

Permalink
ci: ignore toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
dmachard committed Nov 3, 2024
1 parent 3103f85 commit d0eecb3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/bench-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ jobs:

steps:
- uses: actions/checkout@v4

# https://github.com/actions/setup-go/pull/460
- name: Configure env for toolchain ignore
shell: bash
run: echo "GOTOOLCHAIN=local" >> "$GITHUB_ENV"

- uses: actions/setup-go@v5
with:
go-version: "${{ matrix.go-version }}"
Expand Down

0 comments on commit d0eecb3

Please sign in to comment.