Skip to content

Commit

Permalink
CI: set go version to fix build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
spowelljr committed Jan 19, 2024
1 parent 5c7fa2a commit 4bd7204
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ jobs:
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
with:
go-version: 1.21
- run: make build

0 comments on commit 4bd7204

Please sign in to comment.