From b5d37240669c47ceb07f064d96d73d5aca367ad1 Mon Sep 17 00:00:00 2001 From: Will Roden Date: Fri, 8 Sep 2023 13:55:43 -0500 Subject: [PATCH] WIP --- .github/workflows/linter.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 0664d287ef1..c7e8b037605 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -23,6 +23,9 @@ jobs: steps: - uses: actions/checkout@v4 + - uses: actions/setup-go@v4 + with: + go-version: 1.x - name: golangci-lint ${{ matrix.working-directory }} uses: golangci/golangci-lint-action@v3