From b373ffaded39e3b9541b6427d98b4fae415e0543 Mon Sep 17 00:00:00 2001 From: Kirill Zhuravlev Date: Wed, 29 Nov 2023 21:12:36 +0100 Subject: [PATCH] upgrade github actions --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b701ca5..2186d5c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,15 +13,15 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Fetch sources run: git fetch --force --tags - name: Setup golang - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: - go-version: '>=1.19.1' + go-version: '>=1.21' cache: true - name: Log in to Docker Hub uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9 @@ -29,7 +29,7 @@ jobs: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Release and Publish - uses: goreleaser/goreleaser-action@v2 + uses: goreleaser/goreleaser-action@v5 with: distribution: goreleaser version: latest