Skip to content

Commit

Permalink
Bump golang from 1.23.3 to 1.23.4 in /.test-defs (#300)
Browse files Browse the repository at this point in the history
* Bump golang from 1.23.3 to 1.23.4 in /.test-defs

Bumps golang from 1.23.3 to 1.23.4.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update the go version in pipeline_definitions and in `make generate-in-docker`

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ismail Alidzhikov <[email protected]>
  • Loading branch information
dependabot[bot] and ialidzhikov authored Dec 9, 2024
1 parent e68b2c8 commit 87b4466
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ci/pipeline_definitions
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ gardener-extension-registry-cache:
release:
steps:
verify:
image: 'golang:1.23.3'
image: 'golang:1.23.4'
traits:
version:
preprocess: 'finalize'
Expand Down
2 changes: 1 addition & 1 deletion .test-defs/TestSuiteRegistryCacheBetaSerial.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ spec:
-ginkgo.skip="\[DISRUPTIVE\]"
-ginkgo.timeout=9000s
image: golang:1.23.3
image: golang:1.23.4
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ generate: $(VGOPATH) $(CONTROLLER_GEN) $(GEN_CRD_API_REFERENCE_DOCS) $(HELM) $(Y

.PHONE: generate-in-docker
generate-in-docker:
docker run --rm -it -v $(PWD):/go/src/github.com/gardener/gardener-extension-registry-cache golang:1.23.3 \
docker run --rm -it -v $(PWD):/go/src/github.com/gardener/gardener-extension-registry-cache golang:1.23.4 \
sh -c "cd /go/src/github.com/gardener/gardener-extension-registry-cache \
&& make tidy generate \
&& chown -R $(shell id -u):$(shell id -g) ."
Expand Down

0 comments on commit 87b4466

Please sign in to comment.