Skip to content

Commit

Permalink
Merge pull request #48 from rancher/updatecli_main_b5b9bce7b37fb00152…
Browse files Browse the repository at this point in the history
…792fcab19be44292fd64369a4e7b3910b94c0e200fe6f8

Bump whereabouts version to v0.8.0
  • Loading branch information
mgfritch authored Aug 22, 2024
2 parents ce248bc + 46751f0 commit 0f2f510
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN set -x && \
xx-apk --no-cache add musl-dev gcc

FROM base-builder as whereabouts-builder
ARG TAG=v0.7.0
ARG TAG=v0.8.0
ARG PKG="github.com/k8snetworkplumbingwg/whereabouts"
ARG SRC="github.com/k8snetworkplumbingwg/whereabouts"
RUN git clone --depth=1 https://${SRC}.git $GOPATH/src/${PKG}
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ SRC ?= github.com/k8snetworkplumbingwg/whereabouts
TAG ?= ${GITHUB_ACTION_TAG}

ifeq ($(TAG),)
TAG := v0.7.0$(BUILD_META)
TAG := v0.8.0$(BUILD_META)
endif

ifeq (,$(filter %$(BUILD_META),$(TAG)))
Expand Down

0 comments on commit 0f2f510

Please sign in to comment.