From 79aedd69e9c1df2eaf348f22b785f43f9acfa018 Mon Sep 17 00:00:00 2001 From: roeldev Date: Tue, 2 Jan 2024 19:36:36 +0100 Subject: [PATCH] Update workflows --- .github/workflows/lint.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index cd47f5d..8077010 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -12,4 +12,6 @@ jobs: steps: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 + with: + go-version: stable - uses: golangci/golangci-lint-action@v3