From ce329a118133853b0d60713276f8a67161bf7721 Mon Sep 17 00:00:00 2001 From: Joona Hoikkala Date: Wed, 10 Aug 2022 14:31:01 +0300 Subject: [PATCH] Update golangci-lint config --- .github/workflows/golangci-lint.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 12323d1..6d248ba 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -15,11 +15,15 @@ jobs: name: Lint Sourcecode runs-on: ubuntu-latest steps: + - name: Setup Go + uses: actions/setup-go@v3 + with: + go-version: 1.19 - name: Check out code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Run golangci-lint - uses: golangci/golangci-lint-action@v2 + uses: golangci/golangci-lint-action@v3 with: - version: v1.35 + version: v1.40