Skip to content

Commit

Permalink
Add Makefile and .go-version file changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ddelnano committed Oct 10, 2023
1 parent 7857bd0 commit 7079812
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.16.15
1.20.5
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
TIMEOUT ?= 40m
GOMAXPROCS ?= 5
ifdef TEST
TEST := ./... -run '$(TEST)'
TEST := github.com/ddelnano/terraform-provider-xenorchestra/xoa -run '$(TEST)'
else
TEST := ./...
endif
Expand Down

0 comments on commit 7079812

Please sign in to comment.