mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-25 08:31:03 +00:00
maybe this will fix CI
This commit is contained in:
parent
23bb5692e4
commit
4c17f73750
1 changed files with 4 additions and 4 deletions
|
|
@ -43,11 +43,11 @@ jobs:
|
||||||
# matrix build jobs run on every commit
|
# matrix build jobs run on every commit
|
||||||
# building on versioned Go and the latest one
|
# building on versioned Go and the latest one
|
||||||
# '<<: *' syntax is a YAML thing for including documents
|
# '<<: *' syntax is a YAML thing for including documents
|
||||||
"golang:1.12":
|
"golang:1.17":
|
||||||
<<: *env-shared
|
<<: *env-shared
|
||||||
<<: *build-shared
|
<<: *build-shared
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/golang:1.12
|
- image: circleci/golang:1.17
|
||||||
"golang:latest":
|
"golang:latest":
|
||||||
<<: *env-shared
|
<<: *env-shared
|
||||||
<<: *build-shared
|
<<: *build-shared
|
||||||
|
|
@ -57,7 +57,7 @@ jobs:
|
||||||
release:
|
release:
|
||||||
<<: *env-shared
|
<<: *env-shared
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/golang:1.12
|
- image: circleci/golang:1.17
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
#- run:
|
#- run:
|
||||||
|
|
@ -88,7 +88,7 @@ workflows:
|
||||||
build:
|
build:
|
||||||
jobs:
|
jobs:
|
||||||
# build matrix
|
# build matrix
|
||||||
- "golang:1.12"
|
- "golang:1.17"
|
||||||
- "golang:latest"
|
- "golang:latest"
|
||||||
release:
|
release:
|
||||||
jobs:
|
jobs:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue