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

Adding refactored packager, adding pbss configs, removal of mumbai ( … #1311

Merged
merged 11 commits into from
Oct 10, 2024
Merged
Prev Previous commit
Next Next commit
Bumping go version
  • Loading branch information
djpolygon committed Aug 22, 2024
commit 908f53f87b7c1b0f1130bb56b7da28189902b93e
2 changes: 1 addition & 1 deletion .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.1
# Variables
- name: Adding TAG to ENV
run: echo "GIT_TAG=`echo $(git describe --tags --abbrev=0)`" >> $GITHUB_ENV
Expand Down
Loading