Merge pull request #13349 from serathius/tip-3.5

Stop using tip golang version in CI
This commit is contained in:
Sam Batschelet
2021-09-15 08:04:37 -04:00
committed by GitHub
4 changed files with 4 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: "^1.16"
go-version: "1.16.3"
- run: date
- env:
TARGET: ${{ matrix.target }}

View File

@@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: "^1.16"
go-version: "1.16.3"
- run: date
- env:
TARGET: ${{ matrix.target }}

View File

@@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: "^1.16"
go-version: "1.16.3"
- run: date
- env:
TARGET: ${{ matrix.target }}

View File

@@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: "^1.16"
go-version: "1.16.3"
- run: date
- env:
TARGET: ${{ matrix.target }}