mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 03:38:42 -07:00
upgrade nightlies to go 1.16
Signed-off-by: R.I.Pienaar <rip@devco.net>
This commit is contained in:
2
.github/workflows/nightly.yaml
vendored
2
.github/workflows/nightly.yaml
vendored
@@ -23,7 +23,7 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: 1.15
|
||||
go-version: 1.16
|
||||
|
||||
- name: goreleaser
|
||||
uses: goreleaser/goreleaser-action@v2
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM golang:1.15-alpine AS builder
|
||||
FROM golang:1.16-alpine AS builder
|
||||
|
||||
ARG VERSION="nightly"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user