From 76eeca9eaeb3195da506652ae497662c26ed921b Mon Sep 17 00:00:00 2001 From: albertony <12441419+albertony@users.noreply.github.com> Date: Sun, 23 Oct 2022 15:37:02 +0200 Subject: [PATCH] build: setup-go v3 dropped the stable input --- .github/workflows/build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 79ffc62a6..2b349a3a9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -104,7 +104,6 @@ jobs: - name: Install Go uses: actions/setup-go@v3 with: - stable: 'false' go-version: ${{ matrix.go }} check-latest: true