From 3048929e4e19ce3e6cc6c25cd8ab7e4ea67bf5cb Mon Sep 17 00:00:00 2001 From: Chris Marslender Date: Tue, 27 Feb 2024 21:16:22 -0600 Subject: [PATCH] Swap to make test --- .github/workflows/lint.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 094570b..89b25b8 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest container: golang:1 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Test - run: make test-coverage + run: make test