chore(build): update to Go 18 (#321)

This commit is contained in:
Ludvig Lundgren 2022-06-26 18:46:35 +02:00 committed by GitHub
parent c4efbd6e20
commit 41eef4e8be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 328 deletions

View file

@ -33,7 +33,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17.6
go-version: 1.18.3
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2