Skip to content

Commit 51b6669

Browse files
committed
Update Go version in GitHub Actions workflow to match local version
Updated the Go version in the GitHub Actions workflow from 1.21 to 1.24.2 to match the version specified in .tool-versions file.
1 parent 0ca427c commit 51b6669

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
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Go
1818
uses: actions/setup-go@v4
1919
with:
20-
go-version: '1.21'
20+
go-version: '1.24.2'
2121
check-latest: true
2222

2323
- name: Get version

0 commit comments

Comments
 (0)