ci: Use latest go for building newt

This should make it easier for upgrading dependencies in newt.
This commit is contained in:
Szymon Janc
2023-03-07 22:41:15 +01:00
parent d01f529e84
commit 377c6107ed
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -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
+2 -2
View File
@@ -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
+2 -2
View File
@@ -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