Skip to content

Commit

Permalink
Merge pull request #1192 from maticnetwork/mardizzone/bump-go-package…
Browse files Browse the repository at this point in the history
…r_deb

chg: bump go in packager deb
  • Loading branch information
marcello33 authored Oct 9, 2024
2 parents a8f9449 + 57315b6 commit 4d11254
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/packager_deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@master
with:
go-version: 1.20.x
go-version: 1.22.x
# Variables
- name: Adding TAG to ENV
run: echo "GIT_TAG=`echo $(git describe --tags --abbrev=0)`" >> $GITHUB_ENV
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
run: cp -rp build/heimdalld packaging/deb/heimdalld/usr/bin/
- name: copying necessary heimdallcli
run: cp -rp build/heimdallcli packaging/deb/heimdalld/usr/bin/


- name: Creating package for binary for heimdall ${{ env.ARCH }}
run: cp -rp packaging/deb/heimdalld packaging/deb/heimdall-${{ env.GIT_TAG }}-${{ env.ARCH }}
Expand Down Expand Up @@ -128,4 +128,4 @@ jobs:
prerelease: true
files: |
packaging/deb/heimdall**.deb
packaging/deb/heimdall**.deb.checksum
packaging/deb/heimdall**.deb.checksum

0 comments on commit 4d11254

Please sign in to comment.