File tree 4 files changed +10
-10
lines changed 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 35
35
- name : Setup Go
36
36
uses : actions/setup-go@v5
37
37
with :
38
- go-version : 1.18
38
+ go-version : 1.20.14
39
39
- run : go version
40
40
41
41
- name : Examine source code for Linux AMD
Original file line number Diff line number Diff line change @@ -33,14 +33,14 @@ jobs:
33
33
- name : Setup Go
34
34
uses : actions/setup-go@v5
35
35
with :
36
- go-version : 1.18
36
+ go-version : 1.20.14
37
37
- run : go version
38
38
39
39
- name : golangci-lint
40
40
uses : golangci/golangci-lint-action@v6
41
41
with :
42
42
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
43
- version : v1.58 .1
43
+ version : v1.59 .1
44
44
45
45
# Optional: working directory, useful for monorepos
46
46
# working-directory: somedir
Original file line number Diff line number Diff line change 1
1
module github.com/pilinux/crypt
2
2
3
- go 1.18
3
+ go 1.20
4
4
5
- require golang.org/x/crypto v0.24 .0
5
+ require golang.org/x/crypto v0.26 .0
6
6
7
- require golang.org/x/sys v0.21 .0 // indirect
7
+ require golang.org/x/sys v0.23 .0 // indirect
Original file line number Diff line number Diff line change 1
- golang.org/x/crypto v0.24 .0 h1:mnl8DM0o513X8fdIkmyFE/5hTYxbwYOjDS/+rK6qpRI =
2
- golang.org/x/crypto v0.24 .0 /go.mod h1:Z1PMYSOR5nyMcyAVAIQSKCDwalqy85Aqn1x3Ws4L5DM =
3
- golang.org/x/sys v0.21 .0 h1:rF+pYz3DAGSQAxAu1CbC7catZg4ebC4UIeIhKxBZvws =
4
- golang.org/x/sys v0.21 .0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
1
+ golang.org/x/crypto v0.26 .0 h1:RrRspgV4mU+YwB4FYnuBoKsUapNIL5cohGAmSH3azsw =
2
+ golang.org/x/crypto v0.26 .0 /go.mod h1:GY7jblb9wI+FOo5y8/S2oY4zWP07AkOJ4+jxCqdqn54 =
3
+ golang.org/x/sys v0.23 .0 h1:YfKFowiIMvtgl1UERQoTPPToxltDeZfbj4H7dVUCwmM =
4
+ golang.org/x/sys v0.23 .0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
You can’t perform that action at this time.
0 commit comments