Skip to content

Commit 1fc293b

Browse files
authored
Upgrade go (#17)
1 parent bbbdee9 commit 1fc293b

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

.github/workflows/pr.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ jobs:
2929
with:
3030
python-version: '3.11'
3131

32+
- name: Set up Go
33+
uses: actions/setup-go@v6
34+
with:
35+
go-version: '1.25.1'
36+
3237
- name: Install uv
3338
uses: astral-sh/setup-uv@v7
3439
with:
@@ -62,6 +67,11 @@ jobs:
6267
with:
6368
python-version: ${{ matrix.python-version }}
6469

70+
- name: Set up Go
71+
uses: actions/setup-go@v6
72+
with:
73+
go-version: '1.25.1'
74+
6575
- name: Install uv
6676
uses: astral-sh/setup-uv@v7
6777
with:
@@ -98,6 +108,11 @@ jobs:
98108
with:
99109
python-version: '3.11'
100110

111+
- name: Set up Go
112+
uses: actions/setup-go@v6
113+
with:
114+
go-version: '1.25.1'
115+
101116
- name: Install uv
102117
uses: astral-sh/setup-uv@v7
103118
with:

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Set up Go
2828
uses: actions/setup-go@v6
2929
with:
30-
go-version: '1.25'
30+
go-version: '1.25.1'
3131

3232
- name: Install uv
3333
uses: astral-sh/setup-uv@v7

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Set up Go
5353
uses: actions/setup-go@v6
5454
with:
55-
go-version: '1.21'
55+
go-version: '1.25.1'
5656

5757
- name: Install uv
5858
uses: astral-sh/setup-uv@v7

0 commit comments

Comments
 (0)