1
0
Fork 0
mirror of https://github.com/anyproto/any-sync.git synced 2025-06-08 14:07:02 +09:00

.github/workflows/coverage.yml update go-version=1.22

This commit is contained in:
Grigory Efimov 2024-04-03 13:19:07 +00:00
parent 2d8abe72e7
commit c667552850
No known key found for this signature in database
GPG key ID: 0A88C34DFA7FD939
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ jobs:
strategy: strategy:
matrix: matrix:
go-version: go-version:
- '1.21' - '1.22'
env: env:
GOPRIVATE: github.com/anyproto GOPRIVATE: github.com/anyproto
steps: steps: