Skip to content

Commit

Permalink
bumped dependencies (#35)
Browse files Browse the repository at this point in the history
* bumped dependencies

* workflow config

* updated shoulders
  • Loading branch information
moritzzimmer authored Dec 17, 2020
1 parent 3eefb51 commit 2b55717
Show file tree
Hide file tree
Showing 8 changed files with 665 additions and 29 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
name: ci

on:
push:
pull_request:

branches:
- master
push:
branches:
- master
jobs:
check:
runs-on: ubuntu-latest
Expand All @@ -13,7 +16,7 @@ jobs:
uses: actions/checkout@v2
-
name: Set up Go
uses: actions/setup-go@v1
uses: actions/setup-go@v2.1.3
with:
go-version: "1.14.x"
-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v2
-
name: Set up Go
uses: actions/setup-go@v1
uses: actions/setup-go@v2.1.3
with:
go-version: 1.14.x
-
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ repos:
rev: v0.3.5
hooks:
- id: go-fmt
- id: go-vet
- id: go-vet
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,14 @@ cover: ## Runs all go tests (including integration tests) with coverage
fi; \
done;

$(SHOULDERS):
go get -u github.com/gobuffalo/shoulders

.PHONY: shoulders
shoulders: $(SHOULDERS) ## Generates SHOULDERS.md
@echo "+ $@"
@shoulders -w -n $(NAME)

$(SEMBUMP):
GO111MODULE=off go get -u github.com/jessfraz/junk/sembump

Expand Down
Loading

0 comments on commit 2b55717

Please sign in to comment.