Fixed CI pipeline

This commit is contained in:
esimov
2025-05-03 17:57:50 +03:00
parent b3002df21e
commit 95103ef07d

View File

@@ -24,7 +24,7 @@ jobs:
go-version: ${{ matrix.go-version }}
- name: Cache-Go
uses: actions/cache@v1
uses: actions/cache@v4
with:
path: |
~/go/pkg/mod # Module download cache
@@ -59,7 +59,7 @@ jobs:
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
- name: Run tests