mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 03:38:42 -07:00
fix nightly builds
goreleaser now only function with GO111MODULES on, as will much of the go eco system soon and we will need to move also. For now use a version that still supports it 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
@@ -28,7 +28,7 @@ jobs:
|
||||
- name: goreleaser
|
||||
uses: goreleaser/goreleaser-action@v2
|
||||
with:
|
||||
version: latest
|
||||
version: v0.160.0
|
||||
args: release --snapshot --config .goreleaser-nightly.yml
|
||||
|
||||
- name: images
|
||||
|
||||
Reference in New Issue
Block a user