Skip to content

Commit 8647b69

Browse files
committed
update: remove unnecessary pipelines
1 parent 4b26128 commit 8647b69

File tree

3 files changed

+2
-99
lines changed

3 files changed

+2
-99
lines changed

.github/workflows/fortify.yml

Lines changed: 0 additions & 98 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
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

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ package main
77

88
import "github.com/codoworks/go-boilerplate/cmd"
99

10-
var VERSION string = "2.2.0-default"
10+
var VERSION string = "2.2.1-default"
1111

1212
func main() {
1313
cmd.Version = VERSION

0 commit comments

Comments
 (0)