Skip to content

Commit 8ad5595

Browse files
committed
Update go version in github actions
1 parent 5592cf6 commit 8ad5595

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup Go environment
1616
uses: actions/setup-go@v4
1717
with:
18-
go-version: ">=1.21"
18+
go-version: ">=1.24"
1919
- uses: actions/cache@v4
2020
with:
2121
path: ~/go/pkg/mod

0 commit comments

Comments
 (0)