Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.

Commit

Permalink
upgrade to go 1.13 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph-Irving authored Dec 17, 2019
1 parent 6c901b9 commit a8cc118
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ workspace:

pipeline:
test:
image: golang:1.10
image: golang:1.13
commands:
- curl -L -O "https://github.com/kubernetes-sigs/kubebuilder/releases/download/v1.0.8/kubebuilder_1.0.8_linux_amd64.tar.gz"
- tar -zxvf kubebuilder_1.0.8_linux_amd64.tar.gz
Expand Down
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.10.3 as builder
FROM golang:1.13 as builder

# Copy in the go src
WORKDIR /go/src/github.com/uswitch/nidhogg
Expand Down

0 comments on commit a8cc118

Please sign in to comment.