Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
Signed-off-by: Denis Tingaikin <denis.tingajkin@xored.com>
  • Loading branch information
denis-tingaikin committed Jun 3, 2024
1 parent a74d644 commit a1ee8af
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ linters:
- gofmt
- goimports
- revive
- gosec
- gosimple
- govet
- ineffassign
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ import (

func main() {
go func() {
http.ListenAndServe("localhost:6060", nil)
_ = http.ListenAndServe("localhost:6060", nil)
}()
// ********************************************************************************
// setup context to catch signals
Expand Down

0 comments on commit a1ee8af

Please sign in to comment.