update ci golang version

This commit is contained in:
cifer76 2023-03-22 06:35:06 +03:00
parent 99f0355c69
commit 445e527cdc
3 changed files with 8 additions and 8 deletions

View file

@ -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
continue-on-error: true

View file

@ -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
skip-build-cache: true

View file

@ -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
aws s3 cp $ARCHIVE_FILE_NAME.tar.gz s3://$ARCHIVE_BUCKET/$ARCHIVE_FILE_PREFIX/$ARCHIVE_FILE_NAME.tar.gz --acl public-read