Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
Bump go version to 1.16 and run go mod tidy

Signed-off-by: Carlos Eduardo Arango Gutierrez <carangog@redhat.com>
  • Loading branch information
ArangoGutierrez committed Apr 9, 2021
1 parent e57fe01 commit 35d314f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 217 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.15.4 as builder
FROM golang:1.16.3-buster as builder

WORKDIR /workspace
# Copy the Go Modules manifests
Expand Down
1 change: 0 additions & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@ images:
- name: controller
newName: k8s.gcr.io/nfd/node-feature-discovery-operator
newTag: v0.2.0

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/kubernetes-sigs/node-feature-discovery-operator

go 1.15
go 1.16

require (
github.com/go-logr/logr v0.3.0
Expand Down
Loading

0 comments on commit 35d314f

Please sign in to comment.