Skip to content

Commit dc55121

Browse files
authored
ci: Remove legacy parameter for go setup (#208)
1 parent ae84c43 commit dc55121

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

.github/workflows/go.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ jobs:
5252
- name: Set up go
5353
uses: actions/setup-go@v3.3.1
5454
with:
55-
stable: 'true'
5655
go-version: ${{ matrix.go }}
5756

5857
- run: |
@@ -101,7 +100,6 @@ jobs:
101100
- name: Set up go
102101
uses: actions/setup-go@v3.3.1
103102
with:
104-
stable: 'true'
105103
go-version: ${{ matrix.go }}
106104
- run: |
107105
go version
@@ -154,7 +152,6 @@ jobs:
154152
- name: Set up go
155153
uses: actions/setup-go@v3.3.1
156154
with:
157-
stable: 'true'
158155
go-version: ${{ matrix.go }}
159156
- run: |
160157
go version
@@ -224,7 +221,6 @@ jobs:
224221
- name: Set up go
225222
uses: actions/setup-go@v3.3.1
226223
with:
227-
stable: 'true'
228224
go-version: ${{ matrix.go }}
229225

230226
- run: |

.github/workflows/release.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
- name: Set up go
2727
uses: actions/setup-go@v3.3.1
2828
with:
29-
stable: 'true'
3029
go-version: ${{ matrix.go }}
3130

3231
- run: |
@@ -72,7 +71,6 @@ jobs:
7271
- name: Set up go
7372
uses: actions/setup-go@v3.3.1
7473
with:
75-
stable: 'true'
7674
go-version: ${{ matrix.go }}
7775

7876
- run: |
@@ -122,7 +120,6 @@ jobs:
122120
- name: Set up go
123121
uses: actions/setup-go@v3.3.1
124122
with:
125-
stable: 'true'
126123
go-version: ${{ matrix.go }}
127124

128125
- run: |
@@ -176,7 +173,6 @@ jobs:
176173
- name: Set up go
177174
uses: actions/setup-go@v3.3.1
178175
with:
179-
stable: 'true'
180176
go-version: ${{ matrix.go }}
181177

182178
- run: |

0 commit comments

Comments
 (0)