File tree Expand file tree Collapse file tree 6 files changed +11
-9
lines changed Expand file tree Collapse file tree 6 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 15
15
- name : Setup Go
16
16
uses : actions/setup-go@v5
17
17
with :
18
- go-version : 1.20 .x
18
+ go-version : 1.22 .x
19
19
cache : false
20
20
- name : Static Code Analysis
21
21
uses : golangci/golangci-lint-action@v3
32
32
- name : Setup Go
33
33
uses : actions/setup-go@v5
34
34
with :
35
- go-version : 1.20 .x
35
+ go-version : 1.22 .x
36
36
cache : false
37
37
- name : Run Gosec Security Scanner
38
38
uses : securego/gosec@master
Original file line number Diff line number Diff line change 21
21
22
22
# Install prerequisites
23
23
- name : Setup Go
24
- uses : actions/setup-go@v3
24
+ uses : actions/setup-go@v5
25
25
with :
26
- go-version : 1.20 .x
26
+ go-version : 1.22 .x
27
27
28
28
- uses : jfrog/frogbot@v2
29
29
env :
Original file line number Diff line number Diff line change 14
14
steps :
15
15
# Install prerequisites
16
16
- name : Setup Go
17
- uses : actions/setup-go@v3
17
+ uses : actions/setup-go@v5
18
18
with :
19
- go-version : 1.20 .x
19
+ go-version : 1.22 .x
20
20
21
21
- uses : jfrog/frogbot@v2
22
22
env :
Original file line number Diff line number Diff line change 32
32
- uses : actions/checkout@v4
33
33
34
34
- name : Setup Go
35
- uses : actions/setup-go@v3
35
+ uses : actions/setup-go@v5
36
36
with :
37
- go-version : 1.20 .x
37
+ go-version : 1.22 .x
38
38
39
39
- name : Setup Python3
40
40
uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 1
1
module github.com/jfrog/build-info-go
2
2
3
- go 1.20
3
+ go 1.22
4
4
5
5
require (
6
6
github.com/BurntSushi/toml v1.3.2
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ github.com/BurntSushi/toml v1.3.2/go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbi
3
3
github.com/CycloneDX/cyclonedx-go v0.8.0 h1:FyWVj6x6hoJrui5uRQdYZcSievw3Z32Z88uYzG/0D6M =
4
4
github.com/CycloneDX/cyclonedx-go v0.8.0 /go.mod h1:K2bA+324+Og0X84fA8HhN2X066K7Bxz4rpMQ4ZhjtSk =
5
5
github.com/bradleyjkemp/cupaloy/v2 v2.8.0 h1:any4BmKE+jGIaMpnU8YgH/I2LPiLBufr6oMMlVBbn9M =
6
+ github.com/bradleyjkemp/cupaloy/v2 v2.8.0 /go.mod h1:bm7JXdkRd4BHJk9HpwqAI8BoAY1lps46Enkdqw6aRX0 =
6
7
github.com/buger/jsonparser v1.1.1 h1:2PnMjfWD7wBILjqQbt530v576A/cAbQvEW9gGIpYMUs =
7
8
github.com/buger/jsonparser v1.1.1 /go.mod h1:6RYKKt7H4d4+iWqouImQ9R2FZql3VbhNgx27UK13J/0 =
8
9
github.com/cpuguy83/go-md2man/v2 v2.0.2 h1:p1EgwI/C7NhT0JmVkwCD2ZBK8j4aeHQX2pMHHBfMQ6w =
@@ -25,6 +26,7 @@ github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UV
25
26
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg =
26
27
github.com/stretchr/testify v1.9.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
27
28
github.com/terminalstatic/go-xsd-validate v0.1.5 h1:RqpJnf6HGE2CB/lZB1A8BYguk8uRtcvYAPLCF15qguo =
29
+ github.com/terminalstatic/go-xsd-validate v0.1.5 /go.mod h1:18lsvYFofBflqCrvo1umpABZ99+GneNTw2kEEc8UPJw =
28
30
github.com/urfave/cli/v2 v2.27.1 h1:8xSQ6szndafKVRmfyeUMxkNUJQMjL1F2zmsZ+qHpfho =
29
31
github.com/urfave/cli/v2 v2.27.1 /go.mod h1:8qnjx1vcq5s2/wpsqoZFndg2CE5tNFyrTvS6SinrnYQ =
30
32
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f h1:J9EGpcZtP0E/raorCMxlFGSTBrsSlaDGf3jU/qvAE2c =
You can’t perform that action at this time.
0 commit comments