Skip to content

Commit

Permalink
update: remove unnecessary pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
dextercodo committed Mar 17, 2024
1 parent 4b26128 commit 8647b69
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 99 deletions.
98 changes: 0 additions & 98 deletions .github/workflows/fortify.yml

This file was deleted.

1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# Codoworks Go Boilerplate

[![Go Build](https://github.com/codoworks/go-boilerplate/actions/workflows/go.yml/badge.svg)](https://github.com/codoworks/go-boilerplate/actions/workflows/go.yml)
[![Go Report Card](https://goreportcard.com/badge/github.com/codoworks/go-boilerplate)](https://goreportcard.com/report/github.com/codoworks/go-boilerplate)
[![CodeQL](https://github.com/codoworks/go-boilerplate/actions/workflows/codeql.yml/badge.svg)](https://github.com/codoworks/go-boilerplate/actions/workflows/codeql.yml)
[![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)

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ package main

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

var VERSION string = "2.2.0-default"
var VERSION string = "2.2.1-default"

func main() {
cmd.Version = VERSION
Expand Down

0 comments on commit 8647b69

Please sign in to comment.