update deps, switch to go 1.19

This commit is contained in:
Umputun
2022-09-06 22:24:41 -05:00
parent a4b82174c9
commit 0ce326dbaa
190 changed files with 6600 additions and 9663 deletions

View File

@@ -11,10 +11,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: set up go 1.17
- name: set up go 1.19
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.19
id: go
- name: checkout
@@ -31,7 +31,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.48.0
GO111MODULE=off go get -u github.com/mattn/goveralls
- name: run linters