From 8499f36818d488e73e2c0c6c2b02818198761c02 Mon Sep 17 00:00:00 2001 From: AtomicFS Date: Tue, 20 Feb 2024 18:31:08 +0100 Subject: [PATCH] ci(workflows): change go version in linting to stable --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 49a5ac27..20da9a49 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -52,7 +52,7 @@ jobs: - name: Setup go uses: actions/setup-go@v5 with: - go-version: '1.21' + go-version: stable cache: false - name: golangci-lint uses: golangci/golangci-lint-action@v4