Skip to content

Commit

Permalink
remove unused var from Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
rajrohanyadav committed Nov 20, 2024
1 parent 7e55c80 commit 28ddb86
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ GO_FILES := ./src/
GOOS = GOOS=linux
GO = $(GOOS) go
GO_VERSION ?= $(shell grep '^go ' go.mod | awk '{print $$2}')
UBUNTU_VERSION ?= "16.04"
BUILDER_IMAGE_TAG ?= "latest"
BUILDER_IMAGE ?= "ghcr.io/newrelic/coreint-automation:latest-go$(GO_VERSION)-ubuntu$(UBUNTU_VERSION)"
BUILDER_IMAGE ?= "ghcr.io/newrelic/coreint-automation:latest-go$(GO_VERSION)-ubuntu16.04"

all: build

Expand Down

0 comments on commit 28ddb86

Please sign in to comment.