Skip to content

Commit

Permalink
Add configuration for tools
Browse files Browse the repository at this point in the history
  • Loading branch information
ivancorrales committed Feb 28, 2022
1 parent b666fbe commit 42ca2b9
Show file tree
Hide file tree
Showing 3 changed files with 1,916 additions and 2 deletions.
8 changes: 8 additions & 0 deletions tools/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
module github.com/{{.repository.organization}}/{{.repository.name}}/build

go {{.goVersion}}

require (
github.com/golangci/golangci-lint v1.44.2
github.com/goreleaser/goreleaser v1.4.1
)
Loading

0 comments on commit 42ca2b9

Please sign in to comment.