Skip to content

Commit 29d8418

Browse files
Merge pull request #5647 from snyk/chore/upgrade-golang-v1.23.4
chore(deps): upgrade golang v1.23.4
2 parents 100c339 + 803bced commit 29d8418

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
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.2'
19+
default: '1.23.4'
2020
aws_version:
2121
type: string
2222
# https://github.com/aws/aws-cli/blob/v2/CHANGELOG.rst

cliv2/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/snyk/cli/cliv2
22

33
go 1.23
44

5-
toolchain go1.23.2
5+
toolchain go1.23.4
66

77
require (
88
github.com/elazarl/goproxy v0.0.0-20231031074852-3ec07828be7a

0 commit comments

Comments
 (0)