mirror of
https://github.com/fatedier/frp.git
synced 2025-04-24 16:51:27 +00:00
Compare commits
No commits in common. "773169e0c44070facd652c4b8b3fe6e6ff4d78f3" and "1e8db667434f8f43cd60c16e9a6d694e9bd6e420" have entirely different histories.
773169e0c4
...
1e8db66743
@ -2,7 +2,7 @@ version: 2
|
||||
jobs:
|
||||
go-version-latest:
|
||||
docker:
|
||||
- image: cimg/go:1.23-node
|
||||
- image: cimg/go:1.22-node
|
||||
resource_class: large
|
||||
steps:
|
||||
- checkout
|
||||
|
@ -48,8 +48,7 @@ linters-settings:
|
||||
check-blank: false
|
||||
govet:
|
||||
# report about shadowed variables
|
||||
disable:
|
||||
- shadow
|
||||
check-shadowing: false
|
||||
maligned:
|
||||
# print struct with more effective memory layout or not, false by default
|
||||
suggest-new: true
|
||||
|
2
go.mod
2
go.mod
@ -1,6 +1,6 @@
|
||||
module github.com/fatedier/frp
|
||||
|
||||
go 1.23.0
|
||||
go 1.22.0
|
||||
|
||||
require (
|
||||
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5
|
||||
|
@ -14,7 +14,7 @@
|
||||
|
||||
package version
|
||||
|
||||
var version = "0.61.2"
|
||||
var version = "0.61.1"
|
||||
|
||||
func Full() string {
|
||||
return version
|
||||
|
Loading…
x
Reference in New Issue
Block a user