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 contents: write
pull-requests: write pull-requests: write
statuses: write statuses: write
jobs: jobs:
cla-check: cla-check:
uses: anyproto/open/.github/workflows/cla.yml@main uses: anyproto/open/.github/workflows/cla.yml@main

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: