Skip to content

Commit

Permalink
Fix go version
Browse files Browse the repository at this point in the history
  • Loading branch information
pouya-eghbali committed Dec 17, 2023
1 parent d874017 commit 489cbf8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/zk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
- name: "Checkout GitHub Action"
uses: actions/checkout@main

- uses: actions/setup-go@v4
with:
go-version: "1.21.5"

- name: "Run release script"
run: cd zk && make

Expand Down

0 comments on commit 489cbf8

Please sign in to comment.