File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Expand file tree Collapse file tree 4 files changed +11
-11
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.20.14
38
+ go-version : 1.23.x
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.20.14
36
+ go-version : 1.23.x
37
37
- run : go version
38
38
39
39
- name : golangci-lint
40
- uses : golangci/golangci-lint-action@v6
40
+ uses : golangci/golangci-lint-action@v7
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.60.3
43
+ version : v2.1.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.20
3
+ go 1.23.0
4
4
5
- require golang.org/x/crypto v0.33 .0
5
+ require golang.org/x/crypto v0.37 .0
6
6
7
- require golang.org/x/sys v0.30 .0 // indirect
7
+ require golang.org/x/sys v0.32 .0 // indirect
Original file line number Diff line number Diff line change 1
- golang.org/x/crypto v0.33 .0 h1:IOBPskki6Lysi0lo9qQvbxiQ+FvsCC/YWOecCHAixus =
2
- golang.org/x/crypto v0.33 .0 /go.mod h1:bVdXmD7IV/4GdElGPozy6U7lWdRXA4qyRVGJV57uQ5M =
3
- golang.org/x/sys v0.30 .0 h1:QjkSwP/36a20jFYWkSue1YwXzLmsV5Gfq7Eiy72C1uc =
4
- golang.org/x/sys v0.30 .0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
1
+ golang.org/x/crypto v0.37 .0 h1:kJNSjF/Xp7kU0iB2Z+9viTPMW4EqqsrywMXLJOOsXSE =
2
+ golang.org/x/crypto v0.37 .0 /go.mod h1:vg+k43peMZ0pUMhYmVAWysMK35e6ioLh3wB8ZCAfbVc =
3
+ golang.org/x/sys v0.32 .0 h1:s77OFDvIQeibCmezSnk/q6iAfkdiQaJi4VzroCFrN20 =
4
+ golang.org/x/sys v0.32 .0 /go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k =
You can’t perform that action at this time.
0 commit comments