From c426f3d51f30a1d5b4d79ed8b0dde8b4ee25a4cf Mon Sep 17 00:00:00 2001 From: Max N Date: Fri, 17 Jun 2022 00:21:50 +0300 Subject: [PATCH] update releaser go ver --- .github/workflows/release_build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release_build.yml b/.github/workflows/release_build.yml index 8083ad4..6a1a74d 100644 --- a/.github/workflows/release_build.yml +++ b/.github/workflows/release_build.yml @@ -19,7 +19,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v2 with: - go-version: 1.17.5 + go-version: 1.18.3 id: go - name: Run GoReleaser @@ -28,4 +28,4 @@ jobs: version: latest args: release --rm-dist env: - GITHUB_TOKEN: ${{ secrets.GO_RELEASER_GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GO_RELEASER_GITHUB_TOKEN }}