diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bb3b75ebce..3d261db7d2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,7 +3,7 @@ name: "Build new artifacts" on: pull_request: branches: - - 'debank' + - "debank" workflow_dispatch: env: @@ -21,7 +21,7 @@ jobs: - name: Install Go uses: actions/setup-go@v2 with: - go-version: 1.18.x + go-version: 1.19.x - name: Checkout code uses: actions/checkout@v2 @@ -68,4 +68,4 @@ jobs: with: msg: "Artifacts uploaded, click or copy [this link](https://${{ env.ARCHIVE_BUCKET }}.s3.${{ env.AWS_REGION }}.amazonaws.com/${{ env.ARCHIVE_FILE_PREFIX }}/${{ env.ARCHIVE_FILE_NAME }}.tar.gz) to download. :tada:" check_for_duplicate_msg: true - continue-on-error: true \ No newline at end of file + continue-on-error: true diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 574c41cb78..ee266b6f65 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -3,7 +3,7 @@ name: "Linters for Pull Request" on: pull_request: branches: - - 'debank' + - "debank" workflow_dispatch: defaults: @@ -18,7 +18,7 @@ jobs: - name: Install Go uses: actions/setup-go@v2 with: - go-version: 1.18.x + go-version: 1.19.x - name: Checkout code uses: actions/checkout@v2 @@ -41,4 +41,4 @@ jobs: version: v1.46.2 only-new-issues: true skip-pkg-cache: true - skip-build-cache: true \ No newline at end of file + skip-build-cache: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 83d74a93a1..2a6ce0284f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: - name: Install Go uses: actions/setup-go@v2 with: - go-version: 1.18.x + go-version: 1.19.x - name: Checkout code uses: actions/checkout@v2 @@ -58,4 +58,4 @@ jobs: - name: Copy artifacts to s3 run: | - aws s3 cp $ARCHIVE_FILE_NAME.tar.gz s3://$ARCHIVE_BUCKET/$ARCHIVE_FILE_PREFIX/$ARCHIVE_FILE_NAME.tar.gz --acl public-read \ No newline at end of file + aws s3 cp $ARCHIVE_FILE_NAME.tar.gz s3://$ARCHIVE_BUCKET/$ARCHIVE_FILE_PREFIX/$ARCHIVE_FILE_NAME.tar.gz --acl public-read