Update release.yml

This commit is contained in:
wyx2685 2023-11-18 06:09:20 +08:00 committed by GitHub
parent cf8016f405
commit 73c35cf9c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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