Skip to content

Commit 457c66f

Browse files
authored
[skip changelog] Change CI Go version from 1.15 to 1.14 (#964)
1 parent 10d0790 commit 457c66f

7 files changed

+8
-8
lines changed

.github/workflows/i18n-nightly-push.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install Go
1919
uses: actions/setup-go@v2
2020
with:
21-
go-version: "1.15"
21+
go-version: "1.14"
2222

2323
- name: Install Taskfile
2424
uses: Arduino/actions/setup-taskfile@master

.github/workflows/i18n-weekly-pull.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install Go
1919
uses: actions/setup-go@v2
2020
with:
21-
go-version: "1.15"
21+
go-version: "1.14"
2222

2323
- name: Install Go deps
2424
run: |

.github/workflows/link-validation.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install Go
2525
uses: actions/setup-go@v2
2626
with:
27-
go-version: "1.15"
27+
go-version: "1.14"
2828

2929
- name: Installs Go dependencies
3030
shell: bash

.github/workflows/publish-docs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Setup Go
3131
uses: actions/setup-go@v2
3232
with:
33-
go-version: "1.15"
33+
go-version: "1.14"
3434

3535
- name: Install Go dependencies
3636
run: |

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install Go
2323
uses: actions/setup-go@v2
2424
with:
25-
go-version: "1.15"
25+
go-version: "1.14"
2626

2727
- name: Install Go deps
2828
# Since 10/23/2019 pwsh is the default shell

.github/workflows/validate-docs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Setup Go
3939
uses: actions/setup-go@v2
4040
with:
41-
go-version: "1.15"
41+
go-version: "1.14"
4242

4343
- name: Install Go dependencies
4444
run: |

docs/CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ submitting a PR:
6565

6666
To build the Arduino CLI from sources you need the following tools to be available in your local environment:
6767

68-
- [Go][1] version 1.15 or later
68+
- [Go][1] version 1.14 or later
6969
- [Taskfile][2] to help you run the most common tasks from the command line
7070

7171
If you want to run integration tests you will also need:
@@ -255,7 +255,7 @@ If you want to check out how the documentation would look after some local chang
255255
happens in the CI, generating the full documentation website from your personal computer. To run the docs toolchain
256256
locally, you need to have a few dependencies and tools installed:
257257

258-
- [Go][1] version 1.12 or later
258+
- [Go][1] version 1.14 or later
259259
- [Taskfile][2] to help you run the most common tasks from the command line
260260
- A working [Python][3] environment, see [this paragraph](#integration-tests) if you need to setup one
261261

0 commit comments

Comments
 (0)