Skip to content

Commit c53e313

Browse files
committed
chore: python & golang bumped in actions
1 parent 93c5b9c commit c53e313

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414

1515
- uses: actions/setup-go@v6
1616
with:
17-
go-version: '1.24'
17+
go-version: '1.26'
1818

1919
- uses: actions/setup-python@v6
2020
with:
21-
python-version: '3.13'
21+
python-version: '3.14'
2222

2323
- name: Setup
2424
run: make setup

0 commit comments

Comments
 (0)