chore: update Go version to 'stable' in workflow files

This commit is contained in:
Nawaz Dhandala
2026-01-21 17:27:08 +00:00
parent da5b9b4955
commit 44aa046fec
3 changed files with 3 additions and 3 deletions

View File

@@ -1701,7 +1701,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.21'
go-version: 'stable'
cache: true
- name: Install GoReleaser

View File

@@ -56,7 +56,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.21'
go-version: 'stable'
cache: true
- name: Setup Terraform

View File

@@ -28,7 +28,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.21'
go-version: 'stable'
cache: true
- name: Install Common dependencies