From 4fc52cf05658cd3f9c14c7ca9106305895ad55c6 Mon Sep 17 00:00:00 2001 From: Harish Marri Date: Thu, 22 Aug 2024 18:22:41 +0530 Subject: [PATCH] update workflow scripts --- .github/workflows/build.yml | 2 +- .github/workflows/lint.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ac6b38af..f8d31b4c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ on: workflow_dispatch: env: - GO_VERSION: "1.21.3" + GO_VERSION: "1.22.5" concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 99289db5..2438bbd4 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -11,7 +11,7 @@ on: - '**.go' env: - GO_VERSION: '1.21.3' + GO_VERSION: '1.22.5' permissions: contents: read @@ -31,7 +31,7 @@ jobs: go-version: ${{env.GO_VERSION}} - uses: actions/checkout@v4 - name: golangci-lint - uses: golangci/golangci-lint-action@v3 + uses: golangci/golangci-lint-action@v4 with: version: latest args: --timeout 10m