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

feat(ci): use minimum go version

This commit is contained in:
源文雨
2024-07-13 01:08:02 +09:00
parent bd7d5f6833
commit b775ffb7e9

View File

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