1
1
Fork 0
mirror of https://github.com/goreleaser/nfpm synced 2024-05-18 20:46:19 +02:00

feat: upgrade go (#624)

Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
Carlos Alexandro Becker 2023-02-19 10:30:40 -03:00 committed by GitHub
parent 6bd00b2ea5
commit f7aeeb210b
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 7 deletions

View File

@ -29,13 +29,13 @@ jobs:
govulncheck:
uses: caarlos0/meta/.github/workflows/govulncheck.yml@main
with:
go-version: '>=1.19.2'
go-version: '>=1.20.1'
semgrep:
uses: caarlos0/meta/.github/workflows/semgrep.yml@main
ruleguard:
uses: caarlos0/meta/.github/workflows/ruleguard.yml@main
with:
go-version: '>=1.19.2'
go-version: '>=1.20.1'
args: '-disable largeloopcopy'
unit-tests:
strategy:
@ -46,7 +46,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '>=1.19.2'
go-version: '>=1.20.1'
cache: true
- uses: arduino/setup-task@v1
with:
@ -74,7 +74,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '>=1.19.2'
go-version: '>=1.20.1'
cache: true
- uses: arduino/setup-task@v1
with:

View File

@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '>=1.19.2'
go-version: '>=1.20.1'
cache: true
- uses: arduino/setup-task@v1
with:

View File

@ -17,6 +17,6 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '>=1.19.2'
go-version: '>=1.20.1'
cache: true
- uses: golangci/golangci-lint-action@v3

View File

@ -30,7 +30,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-go@v3
with:
go-version: '>=1.19.2'
go-version: '>=1.20.1'
cache: true
- uses: arduino/setup-task@v1
with: