Skip to content

Commit

Permalink
Automator: update common-files@release-1.24 in istio/client-go@releas…
Browse files Browse the repository at this point in the history
…e-1.24 (#2276)
  • Loading branch information
istio-testing authored Oct 31, 2024
1 parent 475de3d commit 709c60d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "istio build-tools",
"image": "gcr.io/istio-testing/build-tools:master-b9d5987e7b84504a75de25d4db720358198585fc",
"image": "gcr.io/istio-testing/build-tools:master-4759bf88d40172234fc6a0b9e11a4c5f1ea58a90",
"privileged": true,
"remoteEnv": {
"USE_GKE_GCLOUD_AUTH_PLUGIN": "True",
Expand Down
2 changes: 1 addition & 1 deletion common/.commonfiles.sha
Original file line number Diff line number Diff line change
@@ -1 +1 @@
56ae3fb30fa30f50c69905b3d2afe42532e412e4
4199b78ae8f22cb963041be917afd59b13561b82
2 changes: 1 addition & 1 deletion common/config/.golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ linters:
disable-all: true
enable:
- errcheck
- copyloopvar
- exportloopref
- depguard
- gocritic
- gofumpt
Expand Down
2 changes: 1 addition & 1 deletion common/scripts/setup_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ fi
TOOLS_REGISTRY_PROVIDER=${TOOLS_REGISTRY_PROVIDER:-gcr.io}
PROJECT_ID=${PROJECT_ID:-istio-testing}
if [[ "${IMAGE_VERSION:-}" == "" ]]; then
IMAGE_VERSION=master-b9d5987e7b84504a75de25d4db720358198585fc
IMAGE_VERSION=release-1.24-b9d5987e7b84504a75de25d4db720358198585fc
fi
if [[ "${IMAGE_NAME:-}" == "" ]]; then
IMAGE_NAME=build-tools
Expand Down

0 comments on commit 709c60d

Please sign in to comment.