Skip to content

Commit 62b4caf

Browse files
authored
ci(workflows): Update Go version to 1.26.0 in release workflow (#76)
Update the Go version used in the release workflow to 1.26.0 to align with the latest stable version and ensure compatibility with modern Go features used in the project.
1 parent dc23afd commit 62b4caf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Go
2121
uses: actions/setup-go@v6
2222
with:
23-
go-version: "1.25.5"
23+
go-version: "1.26.0"
2424

2525
- name: Run GoReleaser
2626
uses: goreleaser/goreleaser-action@v7

0 commit comments

Comments
 (0)