Skip to content

Commit

Permalink
tests: oop
Browse files Browse the repository at this point in the history
  • Loading branch information
vcastellm committed Sep 4, 2024
1 parent 628aa88 commit b680d6e
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
@@ -1,4 +1,4 @@
GO ?= go1.19 # if using docker, should not need to be installed/linked
GO ?= go # if using docker, should not need to be installed/linked
GOBIN = $(CURDIR)/build/bin
UNAME = $(shell uname) # Supported: Darwin, Linux
DOCKER := $(shell command -v docker 2> /dev/null)
Expand Down

0 comments on commit b680d6e

Please sign in to comment.