Skip to content

Commit

Permalink
build: lint with go1.18 until golangci-lint is updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ncw committed Aug 3, 2022
1 parent 5a5ee9d commit 934cb69
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Expand Up @@ -227,6 +227,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
with:
# FIXME temporary until golangci-lint supports go1.19
go-version: 1.18.x

- name: Code quality test
uses: golangci/golangci-lint-action@v3
Expand Down

0 comments on commit 934cb69

Please sign in to comment.