build: bump go version to 1.22.2 (#3158)

This commit is contained in:
Oleg Lobanov 2024-04-24 23:08:12 +02:00 committed by GitHub
parent 6b77b8d683
commit a9da7fd56c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.22.1
go-version: 1.22.2
- run: make lint-backend
lint:
runs-on: ubuntu-latest
@ -47,7 +47,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.22.1
go-version: 1.22.2
- run: make test-backend
test:
runs-on: ubuntu-latest
@ -66,7 +66,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-go@v5
with:
go-version: 1.22.1
go-version: 1.22.2
- uses: actions/setup-node@v4
with:
node-version: '18'