Skip to content

Commit 1394ab7

Browse files
committed
Update Go version to 1.24 in GitHub Actions workflow
1 parent 9621d93 commit 1394ab7

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
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Go
1717
uses: actions/setup-go@v2
1818
with:
19-
go-version: '1.20'
19+
go-version: '1.24'
2020

2121
- name: Install dependencies
2222
run: go mod tidy

0 commit comments

Comments
 (0)