ci: change release flow actions/setup-go to use go-version: stable

This commit is contained in:
henrygd
2026-08-17 16:11:00 -04:00
parent e07f91b920
commit 19f250c7de
+1 -1
View File
@@ -29,7 +29,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v7
with:
go-version: "^1.22.1"
go-version: stable
- name: Set up .NET
uses: actions/setup-dotnet@v6