Commit 8e1a7cb 1 parent 28e5c29 commit 8e1a7cb Copy full SHA for 8e1a7cb
File tree 6 files changed +6
-42
lines changed
6 files changed +6
-42
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 20
20
- name : Set up Go
21
21
uses : actions/setup-go@v5
22
22
with :
23
- go-version : ' 1.20 '
23
+ go-version : ' 1.21 '
24
24
25
25
- name : Setup golangci-lint
26
26
uses : golangci/golangci-lint-action@v6
33
33
strategy :
34
34
matrix :
35
35
os : [ ubuntu-latest, macos-latest ]
36
- go : [ '1.18 ', '1.19', '1.20 ' ]
36
+ go : [ '1.20 ', '1.21 ' ]
37
37
runs-on : ${{ matrix.os }}
38
38
steps :
39
39
- name : Checkout Code
Original file line number Diff line number Diff line change 7
7
OK = "OK"
8
8
DebugOff = 0
9
9
DebugOn = 1
10
- Version = "1 .5.104"
10
+ Version = "v1 .5.104"
11
11
)
12
12
13
13
type DebugSwitch int8
Original file line number Diff line number Diff line change 5
5
require (
6
6
github.com/go-pay/crypto v0.0.1
7
7
github.com/go-pay/errgroup v0.0.2
8
- github.com/go-pay/util v0.0.2
8
+ github.com/go-pay/util v0.0.3
9
9
github.com/go-pay/xlog v0.0.3
10
10
github.com/go-pay/xtime v0.0.2
11
11
golang.org/x/crypto v0.25.0
Original file line number Diff line number Diff line change @@ -2,13 +2,11 @@ github.com/go-pay/crypto v0.0.1 h1:B6InT8CLfSLc6nGRVx9VMJRBBazFMjr293+jl0lLXUY=
2
2
github.com/go-pay/crypto v0.0.1 /go.mod h1:41oEIvHMKbNcYlWUlRWtsnC6+ASgh7u29z0gJXe5bes =
3
3
github.com/go-pay/errgroup v0.0.2 h1:5mZMdm0TDClDm2S3G0/sm0f8AuQRtz0dOrTHDR9R8Cc =
4
4
github.com/go-pay/errgroup v0.0.2 /go.mod h1:0+4b8mvFMS71MIzsaC+gVvB4x37I93lRb2dqrwuU8x8 =
5
- github.com/go-pay/util v0.0.2 h1:goJ4f6kNY5zzdtg1Cj8oWC+Cw7bfg/qq2rJangMAb9U =
6
- github.com/go-pay/util v0.0.2 /go.mod h1:qM8VbyF1n7YAPZBSJONSPMPsPedhUTktewUAdf1AjPg =
5
+ github.com/go-pay/util v0.0.3 h1:0OjERb7MAVpM2gLPnBESLdMsosYyJ4i31V2/YZBiPjw =
6
+ github.com/go-pay/util v0.0.3 /go.mod h1:qM8VbyF1n7YAPZBSJONSPMPsPedhUTktewUAdf1AjPg =
7
7
github.com/go-pay/xlog v0.0.3 h1:avyMhCL/JgBHreoGx/am/kHxfs1udDOAeVqbmzP/Yes =
8
8
github.com/go-pay/xlog v0.0.3 /go.mod h1:mH47xbobrdsSHWsmFtSF5agWbMHFP+tK0ZbVCk5OAEw =
9
9
github.com/go-pay/xtime v0.0.2 h1:7YR4/iuELsEHpJ6LUO0SVK80hQxDO9MLCfuVYIiTCRM =
10
10
github.com/go-pay/xtime v0.0.2 /go.mod h1:W1yRbJaSt4CSBcdAtLBQ8xajiN/Pl5hquGczUcUE9xE =
11
- golang.org/x/crypto v0.24.0 h1:mnl8DM0o513X8fdIkmyFE/5hTYxbwYOjDS/+rK6qpRI =
12
- golang.org/x/crypto v0.24.0 /go.mod h1:Z1PMYSOR5nyMcyAVAIQSKCDwalqy85Aqn1x3Ws4L5DM =
13
11
golang.org/x/crypto v0.25.0 h1:ypSNr+bnYL2YhwoMt2zPxHFmbAN1KZs/njMG3hxUp30 =
14
12
golang.org/x/crypto v0.25.0 /go.mod h1:T+wALwcMOSE0kXgUAnPAHqTLW+XHgcELELW8VaDgm/M =
You can’t perform that action at this time.
0 commit comments