Skip to content

Commit

Permalink
move env to more global scope
Browse files Browse the repository at this point in the history
  • Loading branch information
tbruyelle committed Nov 4, 2024
1 parent c50f05b commit fd36dfb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:
golangci:
name: golangci-lint
runs-on: ubuntu-latest
env:
# ensure go uses the version from the go directive and not from the toolchain directive.
GOTOOLCHAIN: local
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
env:
# 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 fd36dfb

Please sign in to comment.