mirror of https://github.com/harness/drone.git
ci-lint pipeline fix go version 1.17 -> 1.19
parent
578dd13d8d
commit
008e21009e
|
@ -1,4 +1,4 @@
|
|||
name: CI pipeline
|
||||
name: CI Linter pipeline
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
|
@ -18,7 +18,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: 1.17
|
||||
go-version: 1.19
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
Loading…
Reference in New Issue