Skip to content

Commit 706f530

Browse files
committed
Update golang version in runner
1 parent 9148c3b commit 706f530

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Go
1515
uses: actions/setup-go@v4
1616
with:
17-
go-version: '1.20'
17+
go-version: '1.24'
1818

1919
- name: Check style
2020
run: make style

0 commit comments

Comments
 (0)