From 5dcc9668c3adf4250241167f2737101cad0d3689 Mon Sep 17 00:00:00 2001 From: dbampalikis Date: Wed, 25 May 2022 11:31:03 +0200 Subject: [PATCH] Updated releaser go version --- .github/workflows/release.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e4a4e6f8..13be7d9f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,15 +8,12 @@ on: jobs: goreleaser: runs-on: ubuntu-latest - strategy: - matrix: - go-version: [1.17] steps: - - name: Set up Go ${{ matrix.go-version }} + - name: Set up Go uses: actions/setup-go@v3 with: - go-version: ${{ matrix.go-version }} + go-version: 1.18 id: go - name: Check out code into the Go module directory @@ -29,6 +26,7 @@ jobs: curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh dep ensure fi + - name: Run GoReleaser uses: goreleaser/goreleaser-action@v2.9.1 with: