Skip to content

Commit

Permalink
fix: ignore build dir
Browse files Browse the repository at this point in the history
  • Loading branch information
scorpioborn committed Apr 15, 2024
1 parent 16a9242 commit 21112e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,6 @@

# ignore visual studio code dev container config
.devcontainer

# ignore build directory
build
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ endif

check_version:
ifneq ($(GO_MINOR_VERSION),22)
@echo "ERROR: Go version 1.22 is required for this version of SGE. Go 1.21 has changes that are believed to break consensus."
@echo "ERROR: Go version 1.22 is required for this version of SGE."
exit 1
endif

Expand Down

0 comments on commit 21112e0

Please sign in to comment.