mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-04 03:11:55 +02:00
feat(deps): go 1.19.2 (#3443)
latest security fixes Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
parent
d88600aca7
commit
b4159f6377
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -20,14 +20,14 @@ jobs:
|
||||
uses: caarlos0/meta/.github/workflows/govulncheck.yml@main
|
||||
with:
|
||||
cache: true
|
||||
go-version: '>=1.19.1'
|
||||
go-version: '>=1.19.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.19.1'
|
||||
go-version: '>=1.19.2'
|
||||
args: '-disable largeloopcopy'
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
@ -52,7 +52,7 @@ jobs:
|
||||
mkdir -p $HOME/.cache/snapcraft/stage-packages
|
||||
- uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f # v3
|
||||
with:
|
||||
go-version: '>=1.19.1'
|
||||
go-version: '>=1.19.2'
|
||||
cache: true
|
||||
- uses: sigstore/cosign-installer@v2.7.0
|
||||
- uses: anchore/sbom-action/download-syft@v0.12.0
|
||||
|
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f # v3
|
||||
with:
|
||||
go-version: '>=1.19.1'
|
||||
go-version: '>=1.19.2'
|
||||
- run: task docs:build
|
||||
- uses: wjdp/htmltest-action@09118714cd26bef56bd3d0819e4f9b1dce6f60a9 # master
|
||||
with:
|
||||
|
2
.github/workflows/fig.yml
vendored
2
.github/workflows/fig.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
||||
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3
|
||||
- uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f # v3
|
||||
with:
|
||||
go-version: '>=1.19.1'
|
||||
go-version: '>=1.19.2'
|
||||
cache: true
|
||||
- run: go run . generate-fig-spec >goreleaser.ts
|
||||
- uses: withfig/push-to-fig-autocomplete-action@v1
|
||||
|
2
.github/workflows/generate.yml
vendored
2
.github/workflows/generate.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
||||
token: ${{ secrets.GH_PAT }}
|
||||
- uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f # v3
|
||||
with:
|
||||
go-version: '>=1.19.1'
|
||||
go-version: '>=1.19.2'
|
||||
cache: true
|
||||
- uses: arduino/setup-task@ca745e18916de727f841ec824ac20a615f1cddea # v1
|
||||
- run: task docs:generate
|
||||
|
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f # v3
|
||||
with:
|
||||
go-version: '>=1.19.1'
|
||||
go-version: '>=1.19.2'
|
||||
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3
|
||||
- name: golangci-lint
|
||||
uses: golangci/golangci-lint-action@537aa1903e5d359d0b27dbc19ddd22c5087f3fbc # v3
|
||||
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -63,7 +63,7 @@ jobs:
|
||||
mkdir -p $HOME/.cache/snapcraft/stage-packages
|
||||
- uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f # v3
|
||||
with:
|
||||
go-version: '>=1.19.1'
|
||||
go-version: '>=1.19.2'
|
||||
cache: true
|
||||
- uses: actions/cache@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1 # v3
|
||||
with:
|
||||
|
@ -36,7 +36,7 @@ jobs:
|
||||
- run: git fetch --force --tags
|
||||
- uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: '>=1.19.1'
|
||||
go-version: '>=1.19.2'
|
||||
cache: true
|
||||
# More assembly might be required: Docker logins, GPG, etc. It all depends
|
||||
# on your needs.
|
||||
|
Loading…
Reference in New Issue
Block a user