diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8c92ab99..de8d9e06 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v4 with: - go-version: 1.20.5 + go-version-file: go.mod - name: Checkout code uses: actions/checkout@v4 with: