Skip to content

Commit

Permalink
Merge pull request #5647 from snyk/chore/upgrade-golang-v1.23.4
Browse files Browse the repository at this point in the history
chore(deps): upgrade golang v1.23.4
  • Loading branch information
thisislawatts authored Jan 6, 2025
2 parents 100c339 + 803bced commit 29d8418
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ parameters:
go_version:
type: string
# https://go.dev/doc/devel/release
default: '1.23.2'
default: '1.23.4'
aws_version:
type: string
# https://github.com/aws/aws-cli/blob/v2/CHANGELOG.rst
Expand Down
2 changes: 1 addition & 1 deletion cliv2/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/snyk/cli/cliv2

go 1.23

toolchain go1.23.2
toolchain go1.23.4

require (
github.com/elazarl/goproxy v0.0.0-20231031074852-3ec07828be7a
Expand Down

0 comments on commit 29d8418

Please sign in to comment.