Skip to content

Commit d3992cf

Browse files
authored
[chore] Bump version of Go used in prepare release PR (#14171)
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description Follows #14137, fixes issue in #14170
1 parent 6258454 commit d3992cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prepare-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
- name: Setup Go
131131
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
132132
with:
133-
go-version: oldstable
133+
go-version: stable
134134
cache: false
135135

136136
- name: Cache Go

0 commit comments

Comments
 (0)