File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed
Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 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 :
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 :
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments