File tree Expand file tree Collapse file tree 2 files changed +3
-12
lines changed
Expand file tree Collapse file tree 2 files changed +3
-12
lines changed Original file line number Diff line number Diff line change 1212jobs :
1313 test :
1414 docker :
15- - image : cimg/go:1.19.4
15+ - image : cimg/go:1.23.0
1616 steps :
1717 - checkout
1818 - run : go version
2323
2424 snyk-scan :
2525 docker :
26- - image : cimg/go:1.19.4
26+ - image : cimg/go:1.23.0
2727 steps :
2828 - checkout
2929 - general-platform-helpers/step-load-dependencies
3434
3535 reversing-labs :
3636 docker :
37- - image : cimg/go:1.21.13
37+ - image : cimg/go:1.23.0
3838 steps :
3939 - checkout
4040 - run :
@@ -87,14 +87,6 @@ workflows:
8787 context :
8888 - static-analysis
8989
90- semgrep :
91- jobs :
92- - general-platform-helpers/job-semgrep-scan :
93- name : " Scan with Semgrep"
94- resource-class : " medium"
95- context :
96- - static-analysis
97-
9890 " Malware Scanner " :
9991 jobs :
10092 - reversing-labs :
Original file line number Diff line number Diff line change 1212name : release
1313on :
1414 push :
15- branches : [ master ]
1615 tags :
1716 - ' v*'
1817jobs :
You can’t perform that action at this time.
0 commit comments