Skip to content

Commit

Permalink
setup go
Browse files Browse the repository at this point in the history
  • Loading branch information
vdmkenny committed Mar 22, 2024
1 parent 7d4fd45 commit fb6d180
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,16 @@ jobs:
steps:
- name: Checkout Repository
uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.21.8

- name: Install Build Dependencies
run: |
sudo apt update
sudo apt install -y rpm golang-go
sudo apt install -y rpm make
- name: Build RPM - ${{ matrix.arch }}
run: |
Expand Down

0 comments on commit fb6d180

Please sign in to comment.