Skip to content

Commit

Permalink
chore: upgrade go 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
thisislawatts committed Sep 9, 2024
1 parent be545b7 commit 478e988
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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.22.6'
default: '1.23.1'
aws_version:
type: string
# https://github.com/aws/aws-cli/blob/v2/CHANGELOG.rst
Expand Down
4 changes: 1 addition & 3 deletions cliv2/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/snyk/cli/cliv2

go 1.22

toolchain go1.22.6
go 1.23

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

0 comments on commit 478e988

Please sign in to comment.