mirror of https://github.com/bjdgyc/anylink.git
升级依赖版本
This commit is contained in:
parent
6deb007d92
commit
c7d6a76759
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue