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
4
.github/workflows/build.yml
vendored
4
.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
|
||||
|
|
|
|||
4
.github/workflows/lint.yml
vendored
4
.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
|
||||
|
|
|
|||
2
.github/workflows/release.yml
vendored
2
.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
|
||||
|
|
|
|||
Loading…
Reference in a new issue