diff --git a/.github/workflows/upload-to-release.yml b/.github/workflows/upload-to-release.yml index f06fafb..f3de40b 100644 --- a/.github/workflows/upload-to-release.yml +++ b/.github/workflows/upload-to-release.yml @@ -11,7 +11,7 @@ on: jobs: release-matrix: - if: github.repository == 'woytu/tool-gin' + if: github.repository == 'bajins/tool-gin' name: Build with go on ubuntu-latest and upload runs-on: ubuntu-latest @@ -23,13 +23,13 @@ jobs: steps: - name: Install Go - uses: actions/setup-go@v2 + uses: actions/setup-go@v3 with: - go-version: '^1.16' + go-version: '^1.20' id: go - name: Check out source code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Get dependencies run: |