update go version to 1.18

This commit is contained in:
octeep 2022-05-20 12:21:41 +01:00
parent afcb393464
commit 6e3c3a25f3
No known key found for this signature in database
GPG key ID: D8251F73BE242851
9 changed files with 41 additions and 66 deletions

View file

@ -30,7 +30,7 @@ jobs:
- name: Set up GoReleaser
uses: actions/setup-go@v2
with:
go-version: "1.17"
go-version: "1.18"
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2