From 296327d7b5e795703db407f80ed41d8b2e04afdb Mon Sep 17 00:00:00 2001 From: Iaroslav Omelianenko Date: Mon, 9 Dec 2024 18:36:21 +0200 Subject: [PATCH] Updated linter workflow --- .github/workflows/lint.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 3a458a0..f6230cb 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -22,15 +22,15 @@ jobs: name: lint runs-on: ubuntu-latest steps: - - uses: actions/setup-go@v3 + - uses: actions/setup-go@v5 with: - go-version: 1.17 - - uses: actions/checkout@v3 + go-version: '1.21' + - uses: actions/checkout@v4 - name: golangci-lint - uses: golangci/golangci-lint-action@v3 + uses: golangci/golangci-lint-action@v6 with: # Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version - version: v1.29 + version: v1.60 # Optional: working directory, useful for monorepos # working-directory: somedir