Skip to content

Commit 45c4ad3

Browse files
committed
Update dependency go to 1.24.x
1 parent 137b06f commit 45c4ad3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Set up Go
1313
uses: actions/setup-go@v5
1414
with:
15-
go-version: '1.20.x'
15+
go-version: '1.24.x'
1616

1717
- name: Install
1818
run: make install

0 commit comments

Comments
 (0)