mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-08-22 09:49:57 +00:00
ci: Use latest go for building newt
This should make it easier for upgrading dependencies in newt.
This commit is contained in:
@@ -33,7 +33,7 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: '1.16'
|
||||
go-version: 'stable'
|
||||
- uses: carlosperate/arm-none-eabi-gcc-action@48db4484a55750df7a0ccca63347fcdea6534d78
|
||||
with:
|
||||
release: '12.2.Rel1'
|
||||
@@ -45,7 +45,7 @@ jobs:
|
||||
- name: Install newt
|
||||
run: |
|
||||
go version
|
||||
go get mynewt.apache.org/newt/newt@latest
|
||||
go install mynewt.apache.org/newt/newt@latest
|
||||
- name: Setup project
|
||||
run: |
|
||||
cp .github/project.yml project.yml
|
||||
|
||||
@@ -29,7 +29,7 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: '1.16'
|
||||
go-version: 'stable'
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
sudo apt-get update
|
||||
@@ -37,7 +37,7 @@ jobs:
|
||||
- name: Install newt
|
||||
run: |
|
||||
go version
|
||||
go get mynewt.apache.org/newt/newt@latest
|
||||
go install mynewt.apache.org/newt/newt@latest
|
||||
- name: Setup project
|
||||
run: |
|
||||
cp .github/project.yml project.yml
|
||||
|
||||
@@ -29,7 +29,7 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: '1.16'
|
||||
go-version: 'stable'
|
||||
- uses: carlosperate/arm-none-eabi-gcc-action@48db4484a55750df7a0ccca63347fcdea6534d78
|
||||
with:
|
||||
release: '12.2.Rel1'
|
||||
@@ -40,7 +40,7 @@ jobs:
|
||||
- name: Install newt
|
||||
run: |
|
||||
go version
|
||||
go get mynewt.apache.org/newt/newt@latest
|
||||
go install mynewt.apache.org/newt/newt@latest
|
||||
- name: Setup project
|
||||
run: |
|
||||
mkdir /tmp/proj
|
||||
|
||||
Reference in New Issue
Block a user