Skip to content

Commit 558a0fe

Browse files
authored
fix: update cicd workflow (#130)
1 parent 6306d41 commit 558a0fe

File tree

2 files changed

+3
-12
lines changed

2 files changed

+3
-12
lines changed

.circleci/config.yml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ orbs:
1212
jobs:
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
@@ -23,7 +23,7 @@ jobs:
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
@@ -34,7 +34,7 @@ jobs:
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:

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
name: release
1313
on:
1414
push:
15-
branches: [ master ]
1615
tags:
1716
- 'v*'
1817
jobs:

0 commit comments

Comments
 (0)