build(backend): bump go version to 1.8.3

pull/1971/head
Oleg Lobanov 2022-06-03 16:13:56 +02:00
parent 540ddf47a7
commit b16982df0f
No known key found for this signature in database
GPG Key ID: 65FF3DB864FE3D2A
1 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: 1.18.1
go-version: 1.18.3
- run: make lint-backend
lint-commits:
runs-on: ubuntu-latest
@ -57,7 +57,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: 1.18.1
go-version: 1.18.3
- run: make test-backend
test:
runs-on: ubuntu-latest
@ -76,7 +76,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-go@v2
with:
go-version: 1.18.1
go-version: 1.18.3
- uses: actions/setup-node@v2
with:
node-version: '16'