Skip to content

Commit

Permalink
update build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
pwnfoo committed Oct 18, 2023
1 parent 22314ba commit 45d9d42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ jobs:
runs-on: ${{ matrix.os }}
env:
BECH32_PREFIX: n
VERSION: v0.26.1
VERSION: v0.43.0
APP_NAME: nyxd
steps:
- uses: actions/checkout@v3

- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.20.4"
go-version: "1.20.10"

- name: Set up env vars (release)
if: github.event_name == 'release'
Expand Down

0 comments on commit 45d9d42

Please sign in to comment.