1
0
mirror of https://github.com/mgechev/revive.git synced 2025-03-17 20:57:58 +02:00

Update goreleaser version to 1.22 (#1016)

This commit is contained in:
Denis Voytyuk 2024-07-24 07:24:35 +02:00 committed by GitHub
parent 0eb2e24523
commit 9ec5e553e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,7 +18,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.21
go-version: 1.22
-
name: Log into registry
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin