use 1.18 in Go workflow

This commit is contained in:
Shawn Smith
2022-03-22 11:56:45 +09:00
parent 5aeaec8b44
commit febbcee7ce

View File

@@ -12,7 +12,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.18
- name: Install
run: make install