From 32e7de4fae074a86298afc80dc6e6bbd51ff91d4 Mon Sep 17 00:00:00 2001 From: Seth Hoenig Date: Tue, 31 Oct 2023 22:36:04 +0000 Subject: [PATCH] ci: have linter step install go --- .github/workflows/ci.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9a29403..8d035ce 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -5,6 +5,9 @@ jobs: runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 + - uses: hashicorp/setup-golang@v1 + with: + version-file: go.mod - uses: golangci/golangci-lint-action@v3 with: version: v1.55.1