Skip to content

Commit

Permalink
fix: 🐛 add go version to pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinHeidenis committed Nov 28, 2023
1 parent b8c4f55 commit 8730d62
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 @@ -10,6 +10,8 @@ jobs:
uses: actions/checkout@v2
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: 1.21.4
- name: Install dependencies
run: go mod download
- name: Build heimdall for linux/amd64
Expand Down

0 comments on commit 8730d62

Please sign in to comment.