Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76cdf8d commit d16a2ebCopy full SHA for d16a2eb
.circleci/config.yml
@@ -16,7 +16,7 @@ parameters:
16
go_version:
17
type: string
18
# https://go.dev/doc/devel/release
19
- default: '1.23.6'
+ default: '1.23.8'
20
aws_version:
21
22
# https://github.com/aws/aws-cli/blob/v2/CHANGELOG.rst
cliv2/go.mod
@@ -1,6 +1,6 @@
1
module github.com/snyk/cli/cliv2
2
3
-go 1.23.6
+go 1.23.8
4
5
require (
6
github.com/elazarl/goproxy v1.7.2
0 commit comments