build: bump go version to 1.22.1

This commit is contained in:
Oleg Lobanov 2024-04-01 17:26:56 +02:00
parent 5100e587d7
commit bbd0abbdfd
No known key found for this signature in database
3 changed files with 6 additions and 7 deletions

View file

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