update go version to 1.18

This commit is contained in:
octeep 2022-05-20 12:21:41 +01:00 committed by octeep
parent cafcdcd566
commit e686381fa9
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