File tree Expand file tree Collapse file tree 3 files changed +2
-99
lines changed
Expand file tree Collapse file tree 3 files changed +2
-99
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 22# Codoworks Go Boilerplate
33
44[ ![ Go Build] ( https://github.com/codoworks/go-boilerplate/actions/workflows/go.yml/badge.svg )] ( https://github.com/codoworks/go-boilerplate/actions/workflows/go.yml )
5+ [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/codoworks/go-boilerplate )] ( https://goreportcard.com/report/github.com/codoworks/go-boilerplate )
56[ ![ CodeQL] ( https://github.com/codoworks/go-boilerplate/actions/workflows/codeql.yml/badge.svg )] ( https://github.com/codoworks/go-boilerplate/actions/workflows/codeql.yml )
67[ ![ Codacy Security Scan] ( https://github.com/codoworks/go-boilerplate/actions/workflows/codacy.yml/badge.svg )] ( https://github.com/codoworks/go-boilerplate/actions/workflows/codacy.yml )
78
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ package main
77
88import "github.com/codoworks/go-boilerplate/cmd"
99
10- var VERSION string = "2.2.0 -default"
10+ var VERSION string = "2.2.1 -default"
1111
1212func main () {
1313 cmd .Version = VERSION
You can’t perform that action at this time.
0 commit comments