Skip to content

Commit

Permalink
Update container to use go 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
asifdxtreme committed Nov 24, 2022
1 parent af99111 commit dc807f6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM golang:1.16 as builder
FROM golang:1.19 as builder

WORKDIR /workspace
# Copy the Go Modules manifests
Expand Down
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,6 @@ fix: lint-go ## Tries to fix errors reported by lint-go-full target

GOLANGCI_LINT = $(shell pwd)/bin/golangci-lint
golangci_lint: ## Download golangci-lint locally if necessary.
#curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.50.1
$(call go-get-tool,$(GOLANGCI_LINT),github.com/golangci/golangci-lint/cmd/golangci-lint@v1.50.1)

CONTROLLER_GEN = $(shell pwd)/bin/controller-gen
Expand Down

0 comments on commit dc807f6

Please sign in to comment.