Skip to content

Commit 2ebc97d

Browse files
authored
Merge pull request #25 from NVIDIA/bump-version-0.2.6
Bump version to 0.2.6
2 parents 2870e30 + d81d2b1 commit 2ebc97d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

deployments/container/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ push-%: DIST = $(*)
6868
push-short: DIST = $(DEFAULT_PUSH_TARGET)
6969

7070

71+
build-%: DIST = $(*)
7172
build-%: DOCKERFILE_SUFFIX = $(*)
7273
build-%: DOCKERFILE = $(CURDIR)/deployments/container/Dockerfile.$(DOCKERFILE_SUFFIX)
7374

versions.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
VERSION ?= v0.2.5
15+
VERSION ?= v0.2.6
1616

1717
vVERSION := v$(VERSION:v%=%)
1818

19-
GOLANG_VERSION ?= 1.21.8
19+
GOLANG_VERSION ?= 1.22.2
2020

2121
GIT_COMMIT ?= $(shell git describe --match="" --dirty --long --always --abbrev=40 2> /dev/null || echo "")

0 commit comments

Comments
 (0)