We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ab8aec commit 9ffbb57Copy full SHA for 9ffbb57
.travis.yml
@@ -1,7 +1,7 @@
1
language: go
2
sudo: required
3
go:
4
- - "1.11"
+ - "1.14"
5
services:
6
- docker
7
install: true
Dockerfile
@@ -1,4 +1,4 @@
-FROM golang:1.11 AS build
+FROM golang:1.14 AS build
ARG ORACLE_VERSION
ENV ORACLE_VERSION=${ORACLE_VERSION}
alpine/Dockerfile
ENV ORACLE_VERSION "${ORACLE_VERSION}"
0 commit comments