5 Commits

Author SHA1 Message Date
renovate ed8c5add07 chore(deps): update golang:1.26.1 docker digest to 5ba1126 (#168)
dancefetcher / build (push) Successful in 8m53s
dancefetcher / deploy-prod (push) Successful in 45s
2026-04-07 05:30:16 +00:00
renovate 20d3cc12b4 chore(deps): update golang:1.26.1 docker digest to 984bf90 (#167)
dancefetcher / build (push) Successful in 14m31s
dancefetcher / deploy-prod (push) Successful in 52s
2026-03-17 02:18:58 +00:00
renovate 28809f6f15 chore(deps): update golang docker tag to v1.26.1 (#166)
dancefetcher / build (push) Successful in 6m48s
dancefetcher / deploy-prod (push) Successful in 1m4s
2026-03-06 02:18:41 +00:00
renovate 45e6ef8802 chore(deps): update dependency go to v1.26.1 (#165)
dancefetcher / build (push) Successful in 5m42s
dancefetcher / deploy-prod (push) Successful in 1m20s
2026-03-06 01:16:31 +00:00
argoyle 7e9fffa7d0 Merge pull request 'fix(k8s): remove CPU limits to resolve KubeCPUOvercommit alert' (#164) from remove-cpu-limits into master
dancefetcher / build (push) Successful in 5m17s
dancefetcher / deploy-prod (push) Successful in 44s
Reviewed-on: #164
2026-03-01 11:27:27 +00:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM amd64/golang:1.26.0@sha256:9835fb4f8aa06038ca460e300ee3cb8079d0802a1979724cdb455f5784448704 as build
FROM amd64/golang:1.26.1@sha256:5ba1126a6dbb65aa517ff5eaecab6abc29480671e5c0ca176192de8da9dba4b8 as build
WORKDIR /build
ENV CGO_ENABLED=0
ADD . /build
+1 -1
View File
@@ -2,7 +2,7 @@ module gitlab.com/unboundsoftware/dancefinder/dancefetcher
go 1.24.0
toolchain go1.26.0
toolchain go1.26.1
require (
github.com/alecthomas/kingpin/v2 v2.4.0