1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

build: fix fig.yml

This commit is contained in:
Carlos Alexandro Becker 2023-05-02 12:09:23 +00:00
parent 6fd5fd45ea
commit 161bc9e706
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -13,8 +13,8 @@ jobs:
fig:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3
- uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4
- uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3
- uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4
with:
go-version: stable
cache: true