Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
origosys
External Dns
Commits
e043eca9
Unverified
Commit
e043eca9
authored
7 years ago
by
Mikkel Oscar Lyderik Larsen
Browse files
Options
Download
Email Patches
Plain Diff
Always build against latest stable version of golang
parent
cdb9ae05
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
.travis.yml
.travis.yml
+1
-1
Dockerfile
Dockerfile
+1
-1
No files found.
.travis.yml
View file @
e043eca9
...
...
@@ -6,7 +6,7 @@ os:
language
:
go
go
:
-
1.
9
-
1.
x
-
tip
matrix
:
...
...
This diff is collapsed.
Click to expand it.
Dockerfile
View file @
e043eca9
...
...
@@ -13,7 +13,7 @@
# limitations under the License.
# builder image
FROM
golang
:1.9
as builder
FROM
golang as builder
WORKDIR
/go/src/github.com/kubernetes-incubator/external-dns
COPY
. .
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment