更新Go版本为1.18

This commit is contained in:
wsczx
2022-09-30 20:00:55 +08:00
parent e03bd60b1d
commit e8ec65dec2
4 changed files with 40 additions and 7 deletions

View File

@@ -16,7 +16,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.18
id: go
- name: Check out code into the Go module directory