diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 618f3b9..e145e04 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,7 +24,7 @@ jobs: go-version: 1.15 - name: Cache Go modules - uses: actions/cache@v2.1.4 + uses: actions/cache@v2.1.5 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}