Supported Go version is now 1.18

This commit is contained in:
Mustafa Gezen 2022-11-03 04:39:57 +01:00
parent f3ac46447d
commit e859f54e5e
Signed by: mustafa
GPG Key ID: DCDF010D946438C1
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.18
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with: