Skip to content

Commit

Permalink
fix compatibility test (#463)
Browse files Browse the repository at this point in the history
  • Loading branch information
disksing authored Apr 6, 2022
1 parent 6bf6951 commit cab40e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.18

- name: Checkout Client-Go
uses: actions/checkout@v2
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,8 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.18

- name: Lint
uses: golangci/golangci-lint-action@v2
with:
version: v1.29
uses: golangci/golangci-lint-action@v2.5.2

0 comments on commit cab40e7

Please # to comment.