Skip to content

Commit

Permalink
Install go dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Astrak00 committed Aug 2, 2024
1 parent fbd0cf3 commit 044f78c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,10 @@ jobs:
goarch: arm64
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: '1.24'
cache: true
- run: go version

0 comments on commit 044f78c

Please sign in to comment.