Skip to content

Commit e815d71

Browse files
authored
Merge pull request #138 from xushiwei/q
go1.24; qiniu/x v1.16.5
2 parents 56104f9 + cabc4cf commit e815d71

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
Test:
1111
strategy:
1212
matrix:
13-
go-version: [1.18.x, 1.20.x, 1.21.x]
13+
go-version: [1.24.x, 1.25.x, 1.26.x]
1414
os: [ubuntu-latest, windows-latest,macos-latest]
1515
runs-on: ${{ matrix.os }}
1616
steps:

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
module github.com/goplus/mod
22

3-
go 1.18
3+
go 1.24
44

55
require (
6-
github.com/qiniu/x v1.16.3
6+
github.com/qiniu/x v1.16.5
77
golang.org/x/mod v0.20.0
88
)
99

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
github.com/qiniu/x v1.16.3 h1:UftZPVh4n4M5qqdqTg2TlnhDATVn5rGsp9v7FxHwN4g=
2-
github.com/qiniu/x v1.16.3/go.mod h1:AiovSOCaRijaf3fj+0CBOpR1457pn24b0Vdb1JpwhII=
1+
github.com/qiniu/x v1.16.5 h1:+/cSm9m8F8sx6zJ4ylmsuhux8xVpxMHP/pzL8xv1Y9w=
2+
github.com/qiniu/x v1.16.5/go.mod h1:AiovSOCaRijaf3fj+0CBOpR1457pn24b0Vdb1JpwhII=
33
golang.org/x/mod v0.20.0 h1:utOm6MM3R3dnawAiJgn0y+xvuYRsm1RKM/4giyfDgV0=
44
golang.org/x/mod v0.20.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c=

0 commit comments

Comments
 (0)