bump backend dependencies

Also, switch from fork github.com/umputun/go-flags back to original
github.com/jessevdk/go-flags.
This commit is contained in:
Dmitry Verkhoturov
2022-01-31 14:24:33 -06:00
committed by Umputun
parent 3a9806a368
commit 8d42d0714f
372 changed files with 6032 additions and 4662 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ jobs:
- name: install golangci-lint and goveralls
run: |
curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b $GITHUB_WORKSPACE v1.43.0
curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b $GITHUB_WORKSPACE v1.44.0
go get -u github.com/mattn/goveralls
- name: test and lint backend