From e41aca92293970460c119670e6e592010082eb26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tommy=20Tr=C3=B8en?= Date: Fri, 26 Apr 2024 10:23:22 +0200 Subject: [PATCH] chore: remove lint workflow as it uses and outdatet version of go --- .github/workflows/golangci-lint.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .github/workflows/golangci-lint.yml diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml deleted file mode 100644 index aa923e9..0000000 --- a/.github/workflows/golangci-lint.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: golangci-lint -on: [push] -permissions: - contents: read -jobs: - golangci: - name: lint - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # ratchet:actions/checkout@v3 - # wait for support go 1.18: https://github.com/golangci/golangci-lint/issues/2649. - - uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # ratchet:actions/setup-go@v3 - with: - go-version: 1.17 - - name: golangci-lint - uses: golangci/golangci-lint-action@08e2f20817b15149a52b5b3ebe7de50aff2ba8c5 # ratchet:golangci/golangci-lint-action@v3 - with: - # Wait for action go 1.18 support - version: v1.44.2 #v1.45.2 - args: --verbose