Skip to content

Commit

Permalink
Merge pull request #2823 from nats-io/fix_nightly_2
Browse files Browse the repository at this point in the history
Nightly: set Go version to 1.17 and use latest goreleaser
  • Loading branch information
kozlovic authored Jan 26, 2022
2 parents c324863 + 609a9ba commit 26b692e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 26b692e

Please sign in to comment.