Skip to content

Commit

Permalink
do not check latest in go-build
Browse files Browse the repository at this point in the history
  • Loading branch information
gammazero committed Oct 21, 2024
1 parent d807c98 commit 7fe6c67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/go-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version: "1.23"
check-latest: false
- name: Build iptb
run: make iptb
- name: Build ipfslocal
Expand Down

0 comments on commit 7fe6c67

Please sign in to comment.