Skip to content

Commit

Permalink
Update go version for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
RashadAnsari committed Mar 18, 2022
1 parent 09b774a commit 20df687
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install go
uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.18
- name: Install golangci-lint
run: curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b $(go env GOPATH)/bin v1.40.1
- name: Lint
Expand All @@ -36,7 +36,7 @@ jobs:
- name: Install go
uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.18
- name: Test
run: |
make ci-test
Expand Down

0 comments on commit 20df687

Please sign in to comment.