use go 1.15 for nightly builds

Signed-off-by: R.I.Pienaar <rip@devco.net>
This commit is contained in:
R.I.Pienaar
2021-01-07 13:54:50 +01:00
parent e04d3d5a0a
commit b852a9ba84
2 changed files with 6 additions and 1 deletions

View File

@@ -18,6 +18,11 @@ jobs:
with:
path: src/github.com/nats-io/nats-server
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.15
- name: goreleaser
uses: goreleaser/goreleaser-action@v2
with:

View File

@@ -1,4 +1,4 @@
FROM golang:1.14-alpine AS builder
FROM golang:1.15-alpine AS builder
RUN apk add --update git
RUN mkdir -p src/github.com/nats-io && \