Skip to content

Commit

Permalink
feat: pin go version for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
gpontejos committed Oct 22, 2024
1 parent 8c8dfde commit 6d40a8d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ jobs:
sudo apt-get update
sudo apt-get install -y libgpgme-dev libbtrfs-dev libdevmapper-dev
- uses: actions/setup-go@v5
with:
go-version-file: go.mod

- name: Get Event branch
id: event_branch
run: |
Expand Down

0 comments on commit 6d40a8d

Please sign in to comment.