We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5230aab commit 9b1ad93Copy full SHA for 9b1ad93
CODEOWNERS
@@ -0,0 +1 @@
1
+* @donovanmuller @k0da @kuritka @somaritane @ytsarev
Makefile
@@ -17,7 +17,6 @@
17
lint:
18
golangci-lint run
19
20
-.PHONY: license
21
license:
22
- GO111MODULE=on GOSUMDB=off go get github.com/AbsaOSS/golic@v0.1.2
23
- $(GOBIN)/golic inject -c="2021 ABSA Group Limited" -l=.licignore
+ go install github.com/AbsaOSS/golic@v0.5.0
+ golic inject -c="2021 Absa Group Limited"
0 commit comments