DEV 1253: Upgrade to Go 1.18.1 (#70)
* fix dependency that breaks on go 1.18.1 * upgrade to go 1.18.1 * upgrade golangci-lint to a version that works with go 1.18
This commit is contained in:
parent
d378759d58
commit
1c3f434841
6 changed files with 20 additions and 12 deletions
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
|
|
@ -5,6 +5,9 @@ on:
|
|||
tags:
|
||||
- '*'
|
||||
|
||||
env:
|
||||
GO_VERSION: 1.18.1
|
||||
|
||||
jobs:
|
||||
goreleaser:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
@ -18,7 +21,7 @@ jobs:
|
|||
name: Set up Go
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: 1.17
|
||||
go-version: '${{ env.GO_VERSION }}'
|
||||
-
|
||||
name: Run GoReleaser
|
||||
uses: goreleaser/goreleaser-action@v2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue