Skip to content

Commit

Permalink
go version
Browse files Browse the repository at this point in the history
  • Loading branch information
aphralG committed Feb 6, 2024
1 parent 8e82a38 commit a584fd6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '1.21.6'
go-version-file: 'go.mod'
- name: Download Packages
uses: actions/download-artifact@v3
with:
Expand Down
1 change: 0 additions & 1 deletion Makefile.packaging
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ PACKAGES_DIR := ./build/packages
GITHUB_PACKAGES_DIR := ./build/github/packages
AZURE_PACKAGES_DIR := ./build/azure/packages
GPG_PUBLIC_KEY := .key
PACKAGE_POSTFIX := ""

DEB_DISTROS?=ubuntu-jammy-22.04 ubuntu-focal-20.04 debian-bookworm-12 debian-bullseye-11
DEB_ARCHS?=arm64 amd64
Expand Down

0 comments on commit a584fd6

Please sign in to comment.