1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-11-06 09:09:29 +02:00

feat: use go 1.17 (#2408)

* feat: use go 1.17

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* fix: go mod tidy

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* test: fix failing test

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* ci: increase lint timeout

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>

* ci: increase lint timeout

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
This commit is contained in:
Carlos Alexandro Becker
2021-08-24 20:49:11 -03:00
committed by GitHub
parent 04a62ae481
commit dd5ccf7170
10 changed files with 106 additions and 18 deletions

View File

@@ -37,7 +37,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v2
with:
go-version: '1.16'
go-version: '1.17'
-
name: Cache Go modules
uses: actions/cache@v2

View File

@@ -14,9 +14,10 @@ jobs:
steps:
- uses: actions/setup-go@v2
with:
go-version: ~1.16
go-version: ~1.17
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
skip-go-installation: true
args: --timeout=5m