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
|
||||
|
||||
jobs:
|
||||
"golang:1.21":
|
||||
"golang:1.24":
|
||||
<<: *env-shared
|
||||
<<: *build-shared
|
||||
docker:
|
||||
- image: cimg/go:1.21
|
||||
- image: cimg/go:1.24
|
||||
"golang:latest":
|
||||
<<: *env-shared
|
||||
<<: *build-shared
|
||||
docker:
|
||||
- image: cimg/go:1.23
|
||||
- image: cimg/go:1.25
|
||||
release:
|
||||
<<: *env-shared
|
||||
docker:
|
||||
- image: cimg/go:1.21
|
||||
- image: cimg/go:1.25
|
||||
steps:
|
||||
- checkout
|
||||
- run:
|
||||
|
|
@ -70,7 +70,7 @@ workflows:
|
|||
version: 2
|
||||
build:
|
||||
jobs:
|
||||
- "golang:1.21"
|
||||
- "golang:1.24"
|
||||
- "golang:latest"
|
||||
release:
|
||||
jobs:
|
||||
|
|
|
|||
2
go.mod
2
go.mod
|
|
@ -1,6 +1,6 @@
|
|||
module github.com/christophe-duc/lazypodman
|
||||
|
||||
go 1.25.0
|
||||
go 1.25
|
||||
|
||||
require (
|
||||
github.com/OpenPeeDeeP/xdg v0.2.1-0.20190312153938-4ba9e1eb294c
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue