github actions: Switch CI to use newest available 1.16 version

This commit is contained in:
Marek Siarkowicz
2021-05-12 11:46:22 +02:00
parent 7ba53c71a9
commit c868bb97a9
4 changed files with 6 additions and 6 deletions

View File

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

View File

@@ -17,7 +17,7 @@ jobs:
sudo yum install -y git gcc ShellCheck
- uses: actions/setup-go@v2
with:
go-version: "^1.16.4"
go-version: "^1.16"
- run: go version
- run: date
- name: Run tests

View File

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