Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chg: bump go in packager deb #1192

Merged
merged 2 commits into from
Oct 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading