test go 1.18

This commit is contained in:
Weilin Shi 2022-03-22 15:23:39 +08:00
parent 019b34f8f2
commit 6aa88d953f
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ jobs:
- name: Set up Golang - name: Set up Golang
uses: actions/setup-go@v2 uses: actions/setup-go@v2
with: with:
go-version: '^1.16.0' go-version: '^1.18.0'
- run: go version - run: go version
- name: Check out code into the Go module directory - name: Check out code into the Go module directory