Skip to content

Commit

Permalink
chore(deps): upgrade golang v1.23.4
Browse files Browse the repository at this point in the history
  • Loading branch information
thisislawatts committed Jan 6, 2025
1 parent 100c339 commit 803bced
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 803bced

Please sign in to comment.