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

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