1
0
Fork 0
mirror of https://github.com/anyproto/any-sync.git synced 2025-06-08 05:57:03 +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

@ -10,7 +10,7 @@ permissions:
contents: write
pull-requests: write
statuses: write
jobs:
cla-check:
uses: anyproto/open/.github/workflows/cla.yml@main

View file

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