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 1ff273d commit 2ba5f1c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Expand Up @@ -226,7 +226,9 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
# FIXME temporary until golangci-lint supports go1.19
go-version: 1.18.x

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

0 comments on commit 2ba5f1c

Please sign in to comment.