mirror of
https://github.com/bjdgyc/anylink.git
synced 2025-09-13 22:55:06 +08:00
升级依赖版本
This commit is contained in:
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
@@ -20,7 +20,7 @@ jobs:
|
|||||||
- name: Set up Go 1.x
|
- name: Set up Go 1.x
|
||||||
uses: actions/setup-go@v4
|
uses: actions/setup-go@v4
|
||||||
with:
|
with:
|
||||||
go-version: '1.20'
|
go-version: '1.22'
|
||||||
go-version-file: 'server/go.mod'
|
go-version-file: 'server/go.mod'
|
||||||
cache-dependency-path: 'server/go.sum'
|
cache-dependency-path: 'server/go.sum'
|
||||||
|
|
||||||
|
@@ -1,8 +1,6 @@
|
|||||||
module github.com/bjdgyc/anylink
|
module github.com/bjdgyc/anylink
|
||||||
|
|
||||||
go 1.22.0
|
go 1.22
|
||||||
|
|
||||||
toolchain go1.22.7
|
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/arl/statsviz v0.6.0
|
github.com/arl/statsviz v0.6.0
|
||||||
|
Reference in New Issue
Block a user