Skip to content

Commit

Permalink
feat(bootstrap): v5.10.0 (#4)
Browse files Browse the repository at this point in the history
Co-authored-by: bootstrapabot[bot] <97222+reactor-production[bot]@users.noreply.github.com>
  • Loading branch information
reactor-production[bot] and bootstrapabot[bot] authored Apr 28, 2021
1 parent 64f11fd commit 10074c3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ insert_final_newline = true
[Makefile]
indent_style = tab

[*.go]
indent_style = tab
indent_size = 2

[*.{bash,rb,sh,slim,yml,yaml}]
indent_style = space
indent_size = 2
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
TAGS
*.sublime-project
*.sublime-workspace
.\#*

# Test binary, build with "go test -c"
*.test
Expand Down
4 changes: 2 additions & 2 deletions bootstrap.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion scripts/gobin.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/env bash
#
# Run a golang binary using gobin
set -x

DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)"
GOBINVERSION=v1.0.1
Expand Down

0 comments on commit 10074c3

Please sign in to comment.