From bba0a6565192f63bc264b9baf7b343bd022f7ca8 Mon Sep 17 00:00:00 2001 From: Christian Wellenbrock Date: Fri, 13 Dec 2024 14:51:04 +0100 Subject: [PATCH] Use stable go version in gorelease workflow --- .github/workflows/gorelease.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gorelease.yml b/.github/workflows/gorelease.yml index 3cebc76..abd7b8d 100644 --- a/.github/workflows/gorelease.yml +++ b/.github/workflows/gorelease.yml @@ -8,7 +8,7 @@ concurrency: cancel-in-progress: true env: - GO_VERSION: 1.19.x + GO_VERSION: stable jobs: gorelease: runs-on: ubuntu-latest