Skip to content

Commit 7972931

Browse files
authored
Merge pull request #163 from WJQSERVER-STUDIO/dev
4.3.1
2 parents 905a88a + 74a22be commit 7972931

6 files changed

Lines changed: 11 additions & 7 deletions

File tree

.github/workflows/build-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
goarch: [amd64, arm64]
4747
env:
4848
OUTPUT_BINARY: ghproxy
49-
GO_VERSION: 1.24
49+
GO_VERSION: 1.25
5050

5151
steps:
5252
- uses: actions/checkout@v4

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
goarch: [amd64, arm64]
4848
env:
4949
OUTPUT_BINARY: ghproxy
50-
GO_VERSION: 1.24
50+
GO_VERSION: 1.25
5151

5252
steps:
5353
- uses: actions/checkout@v3

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# 更新日志
22

3+
4.3.1 - 2025-08-13
4+
---
5+
- CHANGE: 更新至[Go 1.25](https://tip.golang.org/doc/go1.25)
6+
37
4.3.0 - 2025-08-11
48
---
59
- CHANGE: 为OCI镜像(Docker)代理带来自动library附加功能

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.3.0
1+
4.3.1

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module ghproxy
22

3-
go 1.24.6
3+
go 1.25
44

55
require (
66
github.com/BurntSushi/toml v1.5.0
@@ -18,7 +18,7 @@ require (
1818
github.com/fenthope/ipfilter v0.0.1
1919
github.com/fenthope/reco v0.0.4
2020
github.com/fenthope/record v0.0.4
21-
github.com/go-json-experiment/json v0.0.0-20250725192818-e39067aee2d2
21+
github.com/go-json-experiment/json v0.0.0-20250813024750-ebf49471dced
2222
github.com/hashicorp/golang-lru/v2 v2.0.7
2323
github.com/infinite-iroha/touka v0.3.6
2424
github.com/wjqserver/modembed v0.0.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ github.com/fenthope/reco v0.0.4 h1:yo2g3aWwdoMpaZWZX4SdZOW7mCK82RQIU/YI8ZUQThM=
1818
github.com/fenthope/reco v0.0.4/go.mod h1:eMyS8HpdMVdJ/2WJt6Cvt8P1EH9Igzj5lSJrgc+0jeg=
1919
github.com/fenthope/record v0.0.4 h1:/1JHNCxiXGLL/qCh4LEGaAvhj4CcKsb6siTxjLmjdO4=
2020
github.com/fenthope/record v0.0.4/go.mod h1:G0a6KCiCDyX2SsC3nfzSN651fJKxH482AyJvzlnvAJU=
21-
github.com/go-json-experiment/json v0.0.0-20250725192818-e39067aee2d2 h1:iizUGZ9pEquQS5jTGkh4AqeeHCMbfbjeb0zMt0aEFzs=
22-
github.com/go-json-experiment/json v0.0.0-20250725192818-e39067aee2d2/go.mod h1:TiCD2a1pcmjd7YnhGH0f/zKNcCD06B029pHhzV23c2M=
21+
github.com/go-json-experiment/json v0.0.0-20250813024750-ebf49471dced h1:Q311OHjMh/u5E2TITc++WlTP5We0xNseRMkHDyvhW7I=
22+
github.com/go-json-experiment/json v0.0.0-20250813024750-ebf49471dced/go.mod h1:TiCD2a1pcmjd7YnhGH0f/zKNcCD06B029pHhzV23c2M=
2323
github.com/hashicorp/golang-lru/v2 v2.0.7 h1:a+bsQ5rvGLjzHuww6tVxozPZFVghXaHOwFs4luLUK2k=
2424
github.com/hashicorp/golang-lru/v2 v2.0.7/go.mod h1:QeFd9opnmA6QUJc5vARoKUSoFhyfM2/ZepoAG6RGpeM=
2525
github.com/infinite-iroha/touka v0.3.6 h1:SkpM/VFGCWOFQP3RRuoWdX/Q4zafPngG1VMwkrLwtkw=

0 commit comments

Comments
 (0)