mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 06:06:44 +00:00
update ci golang version
This commit is contained in:
parent
99f0355c69
commit
445e527cdc
3 changed files with 8 additions and 8 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
6
.github/workflows/lint.yml
vendored
6
.github/workflows/lint.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue