Skip to content

Commit

Permalink
Merge branch 'main' of github.com:dbkv9/tglog
Browse files Browse the repository at this point in the history
  • Loading branch information
ttywizard committed Sep 26, 2023
2 parents 154b27f + 9e047ae commit 62bb96c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.19
go-version: 1.20

- name: Static Analysis
run: go vet ./...
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Realtime log analyzer for NGinx with Telegram notifications

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/5d0506415c1a4cbf8c08a9543e1bd4a3)](https://app.codacy.com/gh/dbkv9/tglog/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
![tglog workflow](https://github.com/dbkv9/tglog/actions/workflows/go.yml/badge.svg)

## General features:

Expand Down

0 comments on commit 62bb96c

Please sign in to comment.