Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d16a2eb

Browse files
PeterSchaferCatalinSnyk
authored andcommitted
chore: upgrade to go 1.23.8
1 parent 76cdf8d commit d16a2eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ parameters:
1616
go_version:
1717
type: string
1818
# https://go.dev/doc/devel/release
19-
default: '1.23.6'
19+
default: '1.23.8'
2020
aws_version:
2121
type: string
2222
# https://github.com/aws/aws-cli/blob/v2/CHANGELOG.rst

cliv2/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/snyk/cli/cliv2
22

3-
go 1.23.6
3+
go 1.23.8
44

55
require (
66
github.com/elazarl/goproxy v1.7.2

0 commit comments

Comments
 (0)