Skip to content

[skip changelog] Update Go and Python versions on CI #946

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 15, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/i18n-nightly-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: "1.14"
go-version: "1.15"

- name: Install Taskfile
uses: Arduino/actions/setup-taskfile@master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/i18n-weekly-pull.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: "1.14"
go-version: "1.15"

- name: Install Go deps
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/link-validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: "1.14"
go-version: "1.15"

- name: Installs Go dependencies
shell: bash
Expand All @@ -38,7 +38,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v1
with:
python-version: "3.6"
python-version: "3.8"
architecture: "x64"

- name: Cache dependencies
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Setup Go
uses: actions/setup-go@v2-beta
uses: actions/setup-go@v2
with:
go-version: "1.14"
go-version: "1.15"

- name: Install Go dependencies
run: |
Expand All @@ -45,7 +45,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v1
with:
python-version: "3.6"
python-version: "3.8"
architecture: "x64"

- name: Cache dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: "1.14"
go-version: "1.15"

- name: Install Go deps
# Since 10/23/2019 pwsh is the default shell
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/validate-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Setup Go
uses: actions/setup-go@v2-beta
uses: actions/setup-go@v2
with:
go-version: "1.14"
go-version: "1.15"

- name: Install Go dependencies
run: |
Expand All @@ -53,7 +53,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v1
with:
python-version: "3.6"
python-version: "3.8"
architecture: "x64"

- name: Cache dependencies
Expand Down
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ tasks:
build:
desc: Build the project
cmds:
- go build -v -i {{.LDFLAGS}}
- go build -v {{.LDFLAGS}}

test:
desc: Run the full testsuite, `legacy` will be skipped
Expand Down
2 changes: 1 addition & 1 deletion docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ submitting a PR:

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

- [Go][1] version 1.12 or later
- [Go][1] version 1.15 or later
- [Taskfile][2] to help you run the most common tasks from the command line

If you want to run integration tests you will also need:
Expand Down
2 changes: 1 addition & 1 deletion docsgen/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ replace github.com/arduino/arduino-cli => ../

require (
github.com/arduino/arduino-cli v0.0.0
github.com/spf13/cobra v1.0.0
github.com/spf13/cobra v1.0.1-0.20200710201246-675ae5f5a98c
)
98 changes: 98 additions & 0 deletions docsgen/go.sum

Large diffs are not rendered by default.