Skip to content

Commit

Permalink
Merge #4548
Browse files Browse the repository at this point in the history
4548: [CI] Rename without_netgo tag to without-netgo r=peterargue a=peterargue

Underscores are not valid in semantic versioning strings. Update the `without_netgo` prefix to `without-netgo`

Co-authored-by: Peter Argue <89119817+peterargue@users.noreply.github.com>
  • Loading branch information
bors[bot] and peterargue authored Jul 17, 2023
2 parents 2b9e8ee + 8b2a7a5 commit eb3592b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ifeq (${IMAGE_TAG},)
IMAGE_TAG := ${SHORT_COMMIT}
endif

IMAGE_TAG_NO_NETGO := $(IMAGE_TAG)-without_netgo
IMAGE_TAG_NO_NETGO := $(IMAGE_TAG)-without-netgo

# Name of the cover profile
COVER_PROFILE := coverage.txt
Expand Down

0 comments on commit eb3592b

Please sign in to comment.