mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-25 08:31:03 +00:00
updated versions
This commit is contained in:
parent
6a4897f299
commit
34351ac2c4
2 changed files with 6 additions and 6 deletions
|
|
@ -41,20 +41,20 @@ build-shared: &build-shared
|
||||||
- /go/pkg/mod
|
- /go/pkg/mod
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
"golang:1.21":
|
"golang:1.24":
|
||||||
<<: *env-shared
|
<<: *env-shared
|
||||||
<<: *build-shared
|
<<: *build-shared
|
||||||
docker:
|
docker:
|
||||||
- image: cimg/go:1.21
|
- image: cimg/go:1.24
|
||||||
"golang:latest":
|
"golang:latest":
|
||||||
<<: *env-shared
|
<<: *env-shared
|
||||||
<<: *build-shared
|
<<: *build-shared
|
||||||
docker:
|
docker:
|
||||||
- image: cimg/go:1.23
|
- image: cimg/go:1.25
|
||||||
release:
|
release:
|
||||||
<<: *env-shared
|
<<: *env-shared
|
||||||
docker:
|
docker:
|
||||||
- image: cimg/go:1.21
|
- image: cimg/go:1.25
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run:
|
- run:
|
||||||
|
|
@ -70,7 +70,7 @@ workflows:
|
||||||
version: 2
|
version: 2
|
||||||
build:
|
build:
|
||||||
jobs:
|
jobs:
|
||||||
- "golang:1.21"
|
- "golang:1.24"
|
||||||
- "golang:latest"
|
- "golang:latest"
|
||||||
release:
|
release:
|
||||||
jobs:
|
jobs:
|
||||||
|
|
|
||||||
2
go.mod
2
go.mod
|
|
@ -1,6 +1,6 @@
|
||||||
module github.com/christophe-duc/lazypodman
|
module github.com/christophe-duc/lazypodman
|
||||||
|
|
||||||
go 1.25.0
|
go 1.25
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/OpenPeeDeeP/xdg v0.2.1-0.20190312153938-4ba9e1eb294c
|
github.com/OpenPeeDeeP/xdg v0.2.1-0.20190312153938-4ba9e1eb294c
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue