fix CI/CD pipeline

This commit is contained in:
esimov
2025-04-27 15:52:57 +03:00
parent b64dd8b118
commit ce5dfe71f7

View File

@@ -19,12 +19,12 @@ jobs:
GO111MODULE: "on"
steps:
- name: Install Go
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
- name: Cache-Go
uses: actions/cache@v1
uses: actions/cache@v4
with:
path: |
~/go/pkg/mod # Module download cache