mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-07 15:00:12 +02:00
build: setup-go update
This commit is contained in:
parent
b623247fb7
commit
b4b6496ea6
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -18,16 +18,11 @@ permissions:
|
||||
jobs:
|
||||
govulncheck:
|
||||
uses: caarlos0/meta/.github/workflows/govulncheck.yml@main
|
||||
with:
|
||||
cache: true
|
||||
go-version: '>=1.20.2'
|
||||
semgrep:
|
||||
uses: caarlos0/meta/.github/workflows/semgrep.yml@main
|
||||
ruleguard:
|
||||
uses: caarlos0/meta/.github/workflows/ruleguard.yml@main
|
||||
with:
|
||||
cache: true
|
||||
go-version: '>=1.20.2'
|
||||
args: '-disable largeloopcopy'
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
|
@ -34,10 +34,9 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- run: git fetch --force --tags
|
||||
- uses: actions/setup-go@v3
|
||||
- uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: '>=1.20.2'
|
||||
cache: true
|
||||
go-version: stable
|
||||
# More assembly might be required: Docker logins, GPG, etc. It all depends
|
||||
# on your needs.
|
||||
- uses: goreleaser/goreleaser-action@v4
|
||||
|
Loading…
x
Reference in New Issue
Block a user