Merge pull request #1521 from frecks/go-1.18

chore: Update go version to 1.18
This commit is contained in:
Sampark Sharma
2022-04-13 11:23:43 +05:30
committed by GitHub
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v3 uses: actions/setup-go@v3
with: with:
go-version: 1.17 go-version: 1.18
- name: Build - name: Build
run: go build -v ./... run: go build -v ./...