diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f3fdaed..e8d8449 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,10 +18,9 @@ jobs: - uses: actions/checkout@v3 - name: install go - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: go.mod - cache: true - name: ${{ matrix.make }} run: make ${{ matrix.make }}