From a52f99ac788a246693ae4aaf9ccba9d994634055 Mon Sep 17 00:00:00 2001 From: Marc Brugger Date: Sun, 22 Dec 2024 05:30:54 +0100 Subject: [PATCH] Update go.yaml --- .github/workflows/go.yaml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index 2facb65..a2bf0ae 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -7,19 +7,6 @@ on: branches: [ main ] jobs: - golangci: - name: lint - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - name: Set up Go - uses: actions/setup-go@v5 - with: - go-version-file: "go.mod" - - name: golangci-lint - uses: golangci/golangci-lint-action@v6 - with: - version: latest test: name: test runs-on: ubuntu-latest