Skip to content

Commit

Permalink
update ci versions
Browse files Browse the repository at this point in the history
  • Loading branch information
umputun committed Jan 2, 2022
1 parent 9432837 commit baa49b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: set up go 1.15
- name: set up go 1.17
uses: actions/setup-go@v2
with:
go-version: 1.15
go-version: 1.17
id: go

- name: checkout
Expand All @@ -28,7 +28,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.20.0
curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b $GITHUB_WORKSPACE v1.43.0
GO111MODULE=off go get -u -v github.com/mattn/goveralls
- name: run linters
Expand Down

0 comments on commit baa49b9

Please sign in to comment.