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
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: '1.20'
|
||||
go-version: '1.22'
|
||||
go-version-file: 'server/go.mod'
|
||||
cache-dependency-path: 'server/go.sum'
|
||||
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
module github.com/bjdgyc/anylink
|
||||
|
||||
go 1.22.0
|
||||
|
||||
toolchain go1.22.7
|
||||
go 1.22
|
||||
|
||||
require (
|
||||
github.com/arl/statsviz v0.6.0
|
||||
|
|
Loading…
Reference in New Issue