diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8ca9b66..c0e3ca0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -32,7 +32,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.50.1 GO111MODULE=off go get -u -v github.com/mattn/goveralls - name: run linters