Skip to content

Commit

Permalink
fix workflow lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tbruyelle committed Nov 4, 2024
1 parent ae779db commit c50f05b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
with:
go-version-file: go.mod
env:
# ensure actions/checkouts uses the version from the go directive and not from the toolchain directive.
GOTOOLCHAIN=local
# ensure actions/setup-go uses the version from the go directive and not from the toolchain directive.
GOTOOLCHAIN: local
- uses: technote-space/[email protected]
id: git_diff
with:
Expand Down

0 comments on commit c50f05b

Please sign in to comment.