Skip to content

Commit

Permalink
fix go build
Browse files Browse the repository at this point in the history
  • Loading branch information
kahlstrm committed Nov 8, 2023
1 parent 0ee0188 commit 45ea627
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: "1.21.x"
- run: cd go
- name: Install dependencies
run: go get .
- name: Build
Expand Down

0 comments on commit 45ea627

Please sign in to comment.