diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index ea75927..c8983ba 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -13,7 +13,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: '~1.20' + go-version: 'stable' cache: false - name: Checkout Source