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

chore: drop support under go1.20

This commit is contained in:
源文雨
2024-07-13 01:12:25 +09:00
parent b775ffb7e9
commit 03021e5d69
3 changed files with 8 additions and 8 deletions

View File

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