updated versions

This commit is contained in:
christophe-duc 2026-01-08 19:04:23 -04:00
parent 6a4897f299
commit 34351ac2c4
2 changed files with 6 additions and 6 deletions

View file

@ -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
View file

@ -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