From c50f05b27816d498a2bd83129afd8b3f3aa225eb Mon Sep 17 00:00:00 2001 From: Thomas Bruyelle Date: Mon, 4 Nov 2024 15:16:39 +0100 Subject: [PATCH] fix workflow lint --- .github/workflows/lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 7b3ea42d..dbbdbb00 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -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/get-diff-action@v6.1.2 id: git_diff with: