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" GO111MODULE: "on"
steps: steps:
- name: Install Go - name: Install Go
uses: actions/setup-go@v2 uses: actions/setup-go@v4
with: with:
go-version: ${{ matrix.go-version }} go-version: ${{ matrix.go-version }}
- name: Cache-Go - name: Cache-Go
uses: actions/cache@v1 uses: actions/cache@v4
with: with:
path: | path: |
~/go/pkg/mod # Module download cache ~/go/pkg/mod # Module download cache