Skip to content

Commit d63afd0

Browse files
authored
build(ci): bump Go version to 1.25 in release workflow (#496)
Signed-off-by: chlins <chlins.zhang@gmail.com>
1 parent 9c25885 commit d63afd0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Set up Go
3535
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
3636
with:
37-
go-version: '1.24' # Adjust to your Go version
37+
go-version: '1.25' # Adjust to your Go version
3838

3939
- name: Install dependencies
4040
run: go mod download

0 commit comments

Comments
 (0)