diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 889f3b8..70f71c3 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@v2 with: go-version: "1.19" - cache: true - name: Lint run: make ${{ matrix.make }}