From e8b32ce46f69599f5d90ae8b525b23e6de8a7b73 Mon Sep 17 00:00:00 2001 From: Christoffer Nielsen Date: Fri, 1 Nov 2024 21:47:47 +0100 Subject: [PATCH] fix: fix job failing --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 61eadf3..5e408ec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,10 +10,10 @@ jobs: build: runs-on: ubuntu-latest steps: + - uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: go-version-file: 'go.mod' - - uses: actions/checkout@v4 - name: golangci-lint uses: golangci/golangci-lint-action@v6