1
0
mirror of https://github.com/fumiama/WireGold.git synced 2026-06-04 23:40:26 +08:00

fix(workflow): release

This commit is contained in:
源文雨
2024-07-11 22:35:57 +09:00
parent 797c63a814
commit 71810f1228

View File

@@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18
go-version: ^1.20
- name: Check out code into the Go module directory
uses: actions/checkout@v2