Skip to content
This repository has been archived by the owner on Jan 4, 2025. It is now read-only.

Commit

Permalink
fix: Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bketelsen authored Feb 16, 2024
1 parent ed9ca7b commit 7b9a06e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.21'

- name: Dependencies
run: apt-get install -y libbtrfs-dev libdevmapper-dev libgpgme-dev
run: sudo apt-get install -y libbtrfs-dev libdevmapper-dev libgpgme-dev

- name: Build
run: go build -v ./...
Expand Down

0 comments on commit 7b9a06e

Please sign in to comment.