Skip to content

Commit

Permalink
build: Remove unnecessary go version output
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmidyson committed Jul 3, 2023
1 parent 2a1c5bd commit 023d161
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"customizations": {
"vscode": {
"extensions": [
"mkhl.direnv"
]
}
},
"image": "ghcr.io/cachix/devenv:latest",
"overrideCommand": false,
"updateContentCommand": "devenv ci"
}
1 change: 0 additions & 1 deletion make/go.mk
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ export GOARCH := $(shell go env GOARCH)
endif

export GOVERSION := $(shell go version | awk '{print $3;}')
$(info $(GOVERSION))

define go_test
gotestsum \
Expand Down

0 comments on commit 023d161

Please sign in to comment.