chore: bump to go1.21 (#717)

This commit is contained in:
Jiang-Red
2023-08-25 21:56:27 +08:00
committed by GitHub
parent 986e50705d
commit 26e4b3c513
8 changed files with 43 additions and 42 deletions

View File

@@ -8,7 +8,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@master
with:
go-version: '1.20'
go-version: '1.21'
- name: Check out code into the Go module directory
uses: actions/checkout@master