back to go1.19

This commit is contained in:
Yuzuki616 2023-07-22 19:46:20 +08:00
parent db55121935
commit 069d32ac30

View File

@ -110,7 +110,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 'stable'
go-version: '1.19'
- name: Get project dependencies
run: go mod download