Compare commits

..

2 commits

Author SHA1 Message Date
3d0dc025f1 go.mod: Update grpc and protobuf
Some checks failed
DCO action / DCO (pull_request) Failing after 41s
Tests and linters / Lint (pull_request) Successful in 53s
Tests and linters / Tests (pull_request) Successful in 59s
Tests and linters / Tests with -race (pull_request) Successful in 1m11s
Also, ignore deprecated warnings in this branch, because we have no time
to fix this.

Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
2024-09-06 15:12:41 +03:00
b9e0961a6a go.mod: Update go version
Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
2024-09-06 15:12:40 +03:00
2 changed files with 4 additions and 4 deletions

View file

@ -13,7 +13,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: '1.21'
go-version: '1.23'
- name: Run commit format checker
uses: https://git.frostfs.info/TrueCloudLab/dco-go@v3

View file

@ -11,7 +11,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '1.20'
go-version: '1.23'
cache: true
- name: golangci-lint
@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go_versions: [ '1.19', '1.20' ]
go_versions: [ '1.22', '1.23' ]
fail-fast: false
steps:
- uses: actions/checkout@v3
@ -47,7 +47,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '1.20'
go-version: '1.23'
cache: true
- name: Run tests