upgrade golang version

upgrade_golang_version_test
Lutty 3 years ago
parent 091a3a1178
commit 731bf41f89
  1. 14
      .github/workflows/hmybuild.yml

@ -12,14 +12,14 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-18.04]
os: [ ubuntu-18.04 ]
steps:
- name: Set up Go 1.13.6
- name: Set up Go 1.16.5
uses: actions/setup-go@v2
with:
go-version: 1.13.6
go-version: 1.16.5
- name: Checkout hmy code
@ -98,14 +98,14 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [[self-hosted,linux,ARM64]]
os: [ [ self-hosted,linux,ARM64 ] ]
steps:
- name: Set up Go 1.13.6
- name: Set up Go 1.16.5
uses: actions/setup-go@v2
with:
go-version: 1.13.6
go-version: 1.16.5
- name: Checkout hmy code
@ -169,7 +169,7 @@ jobs:
release-page:
name: Sign binary and create and publish release page
needs: [build-x8664,build-arm64]
needs: [ build-x8664,build-arm64 ]
runs-on: ubuntu-18.04
steps:

Loading…
Cancel
Save