forked from kubernetes/node-problem-detector
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request kubernetes#739 from vteratipally/adjf
update golang to 1.20
- Loading branch information
Showing
47 changed files
with
119 additions
and
853 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,15 +13,15 @@ | |
# limitations under the License. | ||
ARG BASEIMAGE | ||
|
||
FROM golang:1.17.7 as builder | ||
FROM golang:1.20.0@sha256:f69d47fedd3b2ebd23bcf473c0b78522ebbc1823f06b7d47f45f04a30bdc901d as builder | ||
LABEL maintainer="Andy Xie <[email protected]>" | ||
|
||
ENV GOPATH /gopath/ | ||
ENV PATH $GOPATH/bin:$PATH | ||
|
||
RUN apt-get update --fix-missing && apt-get --yes install libsystemd-dev gcc-aarch64-linux-gnu | ||
RUN go version | ||
RUN go get github.com/tools/godep | ||
RUN go install github.com/tools/godep@latest | ||
RUN godep version | ||
|
||
COPY . /gopath/src/k8s.io/node-problem-detector/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
51 changes: 0 additions & 51 deletions
51
vendor/contrib.go.opencensus.io/exporter/prometheus/go.sum
This file was deleted.
Oops, something went wrong.
23 changes: 0 additions & 23 deletions
23
vendor/contrib.go.opencensus.io/exporter/stackdriver/go.mod
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.