Update release.yml

This commit is contained in:
wyx2685
2023-11-18 06:09:20 +08:00
committed by GitHub
parent cf8016f405
commit 73c35cf9c5

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