Skip to content

Commit c8e059e

Browse files
Merge pull request #19 from snyk/feat/downgrade-go-ver
chore: downgrade go from 1.24 to 1.23 to match CLI
2 parents 6a0b635 + 6334565 commit c8e059e

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.circleci/config.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
unit-test:
99
executor:
1010
name: go/default
11-
tag: '1.24'
11+
tag: '1.23.10'
1212
steps:
1313
- checkout
1414
- go/load-cache
@@ -28,7 +28,7 @@ jobs:
2828
security-scans:
2929
executor:
3030
name: go/default
31-
tag: '1.24'
31+
tag: '1.23.10'
3232
resource_class: small
3333
steps:
3434
- checkout
@@ -60,4 +60,3 @@ workflows:
6060
name: Unit Test
6161
- lint:
6262
name: Linting
63-

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/snyk/cli-extension-os-flows
22

3-
go 1.24.1
3+
go 1.23.10
44

55
require (
66
github.com/golang/mock v1.6.0

0 commit comments

Comments
 (0)