1
0
mirror of https://github.com/fumiama/WireGold.git synced 2026-06-05 07:50:24 +08:00

chore: update deps

This commit is contained in:
源文雨
2026-04-07 17:07:14 +08:00
parent eb83834343
commit b9df25092d
4 changed files with 27 additions and 29 deletions

View File

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

View File

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