We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6a0b635 + 6334565 commit c8e059eCopy full SHA for c8e059e
.circleci/config.yml
@@ -8,7 +8,7 @@ jobs:
8
unit-test:
9
executor:
10
name: go/default
11
- tag: '1.24'
+ tag: '1.23.10'
12
steps:
13
- checkout
14
- go/load-cache
@@ -28,7 +28,7 @@ jobs:
28
security-scans:
29
30
31
32
resource_class: small
33
34
@@ -60,4 +60,3 @@ workflows:
60
name: Unit Test
61
- lint:
62
name: Linting
63
-
go.mod
@@ -1,6 +1,6 @@
1
module github.com/snyk/cli-extension-os-flows
2
3
-go 1.24.1
+go 1.23.10
4
5
require (
6
github.com/golang/mock v1.6.0
0 commit comments