bump min golang ver to 1.18 (#2412)

This commit is contained in:
Meisam
2022-12-06 23:31:08 +01:00
committed by GitHub
parent a0933da8d1
commit 1558834df2
6 changed files with 9 additions and 7 deletions

View File

@@ -20,6 +20,6 @@ jobs:
uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '1.18'
go-version: '1.18.8'
- name: Run Browser tests
run: cd test/automated/browser && ./run.sh

View File

@@ -30,6 +30,8 @@ jobs:
fetch-depth: 0
- uses: actions/setup-go@v3
with:
go-version: '1.18.8'
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3

View File

@@ -27,6 +27,6 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '1.17.2'
go-version: '1.18.8'
- name: Run HLS tests
run: cd test/automated/hls && ./run.sh