Skip to content

Commit

Permalink
fix: upgrade go toolchain to 1.21.7 (#5064)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmars committed Feb 22, 2024
1 parent 7ea49f2 commit f282bb5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .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.20.6'
default: '1.21.7'
aws_version:
type: string
# https://github.com/aws/aws-cli/blob/v2/CHANGELOG.rst
Expand Down Expand Up @@ -808,7 +808,7 @@ jobs:
- run:
name: Set version
command: |
make binary-releases/version binary-releases/fips/version
make binary-releases/version binary-releases/fips/version
make ts-cli-binaries/version BINARY_RELEASES_FOLDER_TS_CLI=ts-cli-binaries
- run:
# required for one unit test (ts-binary-wrapper/test/unit/common.spec.ts:15:30)
Expand Down Expand Up @@ -837,7 +837,7 @@ jobs:
name: Linting project
command: |
npm run lint
pushd cliv2
pushd cliv2
make lint
popd
- snyk/scan:
Expand Down Expand Up @@ -1156,7 +1156,7 @@ jobs:
environment:
SNYK_DISABLE_ANALYTICS: 1
command: |
PIP_BREAK_SYSTEM_PACKAGES=1 pip install --user --upgrade requests || PIP_BREAK_SYSTEM_PACKAGES=1 pip3 install --user --upgrade requests
PIP_BREAK_SYSTEM_PACKAGES=1 pip install --user --upgrade requests || PIP_BREAK_SYSTEM_PACKAGES=1 pip3 install --user --upgrade requests
python scripts/install-snyk.py --base_url=<< parameters.cli_download_base_url >> $(cat binary-releases/version) || python3 scripts/install-snyk.py --base_url=<< parameters.cli_download_base_url >> $(cat binary-releases/version)
SNYK_TOKEN=${TEST_SNYK_TOKEN} ./snyk whoami --experimental
SNYK_TOKEN=${TEST_SNYK_TOKEN} ./snyk woof
Expand Down
2 changes: 1 addition & 1 deletion cliv2/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/snyk/cli/cliv2

go 1.18
go 1.21

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

0 comments on commit f282bb5

Please sign in to comment.