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 100c339 + 803bced commit 29d8418Copy full SHA for 29d8418
.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.2'
+ default: '1.23.4'
20
aws_version:
21
22
# https://github.com/aws/aws-cli/blob/v2/CHANGELOG.rst
cliv2/go.mod
@@ -2,7 +2,7 @@ module github.com/snyk/cli/cliv2
2
3
go 1.23
4
5
-toolchain go1.23.2
+toolchain go1.23.4
6
7
require (
8
github.com/elazarl/goproxy v0.0.0-20231031074852-3ec07828be7a
0 commit comments