Use Go 1.18 in GH action

This commit is contained in:
Josh Deprez 2022-03-17 07:26:47 +00:00
parent b9b8f6fd94
commit da6cb4fbcd

View file

@ -27,7 +27,7 @@ jobs:
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v2 uses: actions/setup-go@v2
with: with:
go-version: 1.17 go-version: 1.18
- name: Build - name: Build
run: go build -v ./... run: go build -v ./...