mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-10-31 05:40:42 +00:00 
			
		
		
		
	Update golang to 1.12.0
Signed-off-by: ialidzhikov <i.alidjikov@gmail.com>
This commit is contained in:
		| @@ -12,7 +12,7 @@ | |||||||
| # See the License for the specific language governing permissions and | # See the License for the specific language governing permissions and | ||||||
| # limitations under the License. | # limitations under the License. | ||||||
|  |  | ||||||
| FROM golang:1.11.5 AS builder | FROM golang:1.12.0 AS builder | ||||||
| COPY elasticsearch_logging_discovery.go go.mod go.sum / | COPY elasticsearch_logging_discovery.go go.mod go.sum / | ||||||
| RUN CGO_ENABLED=0 GOOS=linux GO111MODULE=on go build -a -ldflags "-w" -o /elasticsearch_logging_discovery /elasticsearch_logging_discovery.go | RUN CGO_ENABLED=0 GOOS=linux GO111MODULE=on go build -a -ldflags "-w" -o /elasticsearch_logging_discovery /elasticsearch_logging_discovery.go | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user