mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 03:38:42 -07:00
Nightly: set Go version to 1.17 and use latest goreleaser
[ci skip] Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
This commit is contained in:
4
.github/workflows/nightly.yaml
vendored
4
.github/workflows/nightly.yaml
vendored
@@ -23,12 +23,12 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: 1.16
|
||||
go-version: 1.17
|
||||
|
||||
- name: goreleaser
|
||||
uses: goreleaser/goreleaser-action@v2
|
||||
with:
|
||||
version: v0.160.0
|
||||
version: latest
|
||||
args: release --snapshot --config .goreleaser-nightly.yml
|
||||
|
||||
- name: images
|
||||
|
||||
Reference in New Issue
Block a user