Skip to content

Commit

Permalink
Update go
Browse files Browse the repository at this point in the history
  • Loading branch information
majst01 committed Oct 23, 2024
1 parent bf664f7 commit 5f66b39
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22-alpine3.20 AS builder
FROM golang:1.23-alpine3.20 AS builder
RUN apk add make git gcc musl-dev
WORKDIR /work
COPY . .
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ generate-in-docker: tidy $(HELM) $(YQ)

.PHONY: check-generate
check-generate:
@bash $(GARDENER_HACK_DIR)/check-generate.sh $(REPO_ROOT)
@$(REPO_ROOT)/vendor/github.com/gardener/gardener/hack/check-generate.sh $(REPO_ROOT)

.PHONY: check
check: $(GOIMPORTS) $(GOLANGCI_LINT) $(HELM)
Expand Down
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/metal-stack/os-metal-extension

go 1.22.2

toolchain go1.22.6
go 1.23

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

0 comments on commit 5f66b39

Please sign in to comment.