Skip to content

Commit

Permalink
Use 1.21.0 instead of 1.21 as module version (#39)
Browse files Browse the repository at this point in the history
* Use `1.21.0` instead of `1.21` as module version

* Update goimports-reviser

from v3.4.1 to v3.4.5

[email protected] contains a fix for incu6us/goimports-reviser#129.
  • Loading branch information
ialidzhikov authored Sep 15, 2023
1 parent a73babe commit c1aea8c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ PARALLEL_E2E_TESTS := 2
#########################################

TOOLS_DIR := hack/tools
# [email protected] contains the fix for https://github.com/incu6us/goimports-reviser/issues/129.
#
# TODO(ialidzhikov): Drop this version overwrite when the registry-cache extension vendors https://github.com/gardener/gardener/pull/8450.
GOIMPORTSREVISER_VERSION := v3.4.5
include $(REPO_ROOT)/vendor/github.com/gardener/gardener/hack/tools.mk

#################################################################
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/gardener/gardener-extension-registry-cache

go 1.21
go 1.21.0

require (
github.com/ahmetb/gen-crd-api-reference-docs v0.3.0
Expand Down

0 comments on commit c1aea8c

Please sign in to comment.