File tree Expand file tree Collapse file tree 5 files changed +6
-5
lines changed
Expand file tree Collapse file tree 5 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 2727 shell : bash
2828 run : |
2929 VERSION="$(git describe --tags | cut -d '-' -f1 | cut -d 'v' -f2)"
30- LDFLAGS="-X github.com/wandera /helm-github/main.Version=${VERSION}"
30+ LDFLAGS="-X github.com/jamf /helm-github/main.Version=${VERSION}"
3131 if [ "$GOOS" = "windows" ]; then
3232 go build -ldflags "${LDFLAGS}" -v -o dist/bin/helmgithub.exe
3333 else
Original file line number Diff line number Diff line change 1+ * @ jamf/delta-write
Original file line number Diff line number Diff line change 1- module github.com/wandera /helm-github
1+ module github.com/jamf /helm-github
22
33go 1.24.1
44
Original file line number Diff line number Diff line change @@ -47,8 +47,8 @@ CYGWIN* | MINGW* | MSYS_NT*) os="windows" ;;
4747 ;;
4848esac
4949
50- binary_url=" https://github.com/wandera /helm-github/releases/download/v${version} /helm-github_${version} _${os} _${arch} .tar.gz"
51- checksum_url=" https://github.com/wandera /helm-github/releases/download/v${version} /helm-github_${version} _${os} _${arch} _checksum.txt"
50+ binary_url=" https://github.com/jamf /helm-github/releases/download/v${version} /helm-github_${version} _${os} _${arch} .tar.gz"
51+ checksum_url=" https://github.com/jamf /helm-github/releases/download/v${version} /helm-github_${version} _${os} _${arch} _checksum.txt"
5252
5353mkdir -p " bin"
5454mkdir -p " releases/v${version} "
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import (
1313 "time"
1414
1515 "github.com/google/go-github/v45/github"
16- "github.com/wandera /helm-github/helm"
16+ "github.com/jamf /helm-github/helm"
1717 "golang.org/x/oauth2"
1818 "sigs.k8s.io/yaml"
1919)
You can’t perform that action at this time.
0 commit comments