From 782e5d250b0b078dd77f5500d9d9ed61665a692f Mon Sep 17 00:00:00 2001 From: Ammar Bandukwala <ammar@ammar.io> Date: Fri, 9 Aug 2024 13:50:13 -0500 Subject: [PATCH] Remove version on lint rule vulncheck was using slices which is only in newer Go versions. --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e9b4b5f..13ddbf3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,8 +20,6 @@ jobs: - uses: actions/checkout@v4 - run: go version - uses: actions/setup-go@v5 - with: - go-version-file: ./go.mod - run: ./ci/lint.sh test: -- GitLab