Skip to content

Commit

Permalink
Update gotests in makefile to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
liamfallon committed May 14, 2024
1 parent 92c14e8 commit 0dd7319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default-go-test.mk
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ unit: test
.PHONY: test
test: ## Run unit tests (go test)
ifeq ($(CONTAINER_RUNNABLE), 0)
$(RUN_CONTAINER_COMMAND) docker.io/nephio/gotests:1671656214984921088 \
$(RUN_CONTAINER_COMMAND) docker.io/nephio/gotests:1782782171367346176 \
sh -e -c "git config --global --add user.name test; \
git config --global --add user.email test@nephio.org; \
go test ./... -v -coverprofile ${TEST_COVERAGE_FILE}; \
Expand Down

0 comments on commit 0dd7319

Please sign in to comment.