From ba5b4eef51dbd1a898cc89ff2a202617073c53e4 Mon Sep 17 00:00:00 2001 From: szeort Date: Thu, 20 Feb 2025 13:33:54 +0200 Subject: [PATCH] Update release-draft.yml --- .github/workflows/release-draft.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/release-draft.yml b/.github/workflows/release-draft.yml index 93603e3..ae18297 100644 --- a/.github/workflows/release-draft.yml +++ b/.github/workflows/release-draft.yml @@ -13,9 +13,6 @@ env: jobs: build: runs-on: [ ubuntu-latest ] - strategy: - matrix: - go-version: [ '1.22.x' ] permissions: contents: write @@ -26,12 +23,7 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v3 - - - name: Setup Go ${{ matrix.go-version }} - uses: actions/setup-go@v5 - with: - go-version: ${{ matrix.go-version }} - + - name: golangci-lint uses: golangci/golangci-lint-action@v6.1.0 with: