File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ docker-run-release: export pkg=/go/src/github.com/databus23/helm-diff
5555docker-run-release :
5656 git checkout master
5757 git push
58- docker run -it --rm -e GITHUB_TOKEN -v $(shell pwd) :$(pkg ) -w $(pkg ) golang:1.17.5 make bootstrap release
58+ docker run -it --rm -e GITHUB_TOKEN -v $(shell pwd) :$(pkg ) -w $(pkg ) golang:1.18.1 make bootstrap release
5959
6060.PHONY : dist
6161dist : export COPYFILE_DISABLE=1 # teach OSX tar to not put ._* files in tar archive
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22set -x
3+ apt-get update
4+ apt-get install bzip2
35
46if [ ! -f bin/github-release ]; then
57 OS=$( uname)
6- curl -L https://github.com/aktau/github-release/releases/download/v0.7.2/$OS -amd64-github-release.tar.bz2 | tar -C bin/ -jvx --strip-components=3
8+ mkdir -p bin
9+ curl -L https://github.com/aktau/github-release/releases/download/v0.10.0/$OS -amd64-github-release.bz2 | bzcat > bin/github-release
10+ chmod +x bin/github-release
711fi
812
913user=databus23
You can’t perform that action at this time.
0 commit comments