12 Commits

Author SHA1 Message Date
renovate 3157a712e2 chore(deps): update golang:1.26.0 docker digest to 9835fb4 (#163)
dancefetcher / build (push) Successful in 5m36s
dancefetcher / deploy-prod (push) Successful in 1m9s
2026-02-24 22:31:46 +00:00
renovate e6681eb02e chore(deps): update golang docker tag to v1.26.0 (#162)
dancefetcher / build (push) Failing after 2s
dancefetcher / deploy-prod (push) Has been skipped
2026-02-11 00:11:02 +00:00
renovate 66b6ea5aa4 chore(deps): update golang:1.25.7 docker digest to d2819ff (#161)
dancefetcher / build (push) Successful in 1h17m16s
dancefetcher / deploy-prod (push) Failing after 2s
2026-02-10 22:31:38 +00:00
renovate 962d93784b chore(deps): update dependency go to v1.26.0 (#160)
dancefetcher / build (push) Successful in 6m24s
dancefetcher / deploy-prod (push) Successful in 44s
2026-02-10 20:27:15 +00:00
argoyle e77ea61eca Merge pull request 'chore(deps): update golang docker tag to v1.25.7' (#159) from renovate/golang-1.x into master
dancefetcher / build (push) Successful in 28m49s
dancefetcher / deploy-prod (push) Successful in 50s
Reviewed-on: #159
2026-02-05 09:20:54 +00:00
renovate 1777762126 chore(deps): update golang docker tag to v1.25.7
dancefetcher / build (pull_request) Successful in 16m3s
dancefetcher / deploy-prod (pull_request) Has been cancelled
2026-02-04 18:05:09 +00:00
renovate b9f0dbe97e chore(deps): update dependency go to v1.25.7 (#158)
dancefetcher / build (push) Successful in 15m4s
dancefetcher / deploy-prod (push) Successful in 43s
2026-02-04 16:24:16 +00:00
renovate 412c3c7ba3 chore(deps): update golang:1.25.6 docker digest to ceda080 (#157)
dancefetcher / build (push) Successful in 21m58s
dancefetcher / deploy-prod (push) Successful in 59s
2026-02-03 08:27:29 +00:00
renovate 17d6092dc8 chore(deps): update golang docker tag to v1.25.6 (#156)
dancefetcher / build (push) Successful in 1h18m0s
dancefetcher / deploy-prod (push) Successful in 1m15s
2026-01-15 22:24:13 +00:00
renovate dd2633fb44 chore(deps): update dependency go to v1.25.6 (#155)
dancefetcher / build (push) Successful in 12m16s
dancefetcher / deploy-prod (push) Successful in 37s
2026-01-15 20:25:32 +00:00
renovate 9bea70c3aa chore(deps): update golang:1.25.5 docker digest to 3a01526 (#154)
dancefetcher / build (push) Successful in 51m52s
dancefetcher / deploy-prod (push) Failing after 2s
2026-01-13 06:29:08 +00:00
argoyle 4d4c4737a3 Merge pull request 'fix: remove incorrect digest pinning from image reference' (#153) from fix/remove-digest-pinning into master
dancefetcher / build (push) Successful in 9m32s
dancefetcher / deploy-prod (push) Successful in 31s
Reviewed-on: #153
2026-01-09 12:02:01 +00:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM amd64/golang:1.25.5@sha256:ad03ba93327b8a6143b49373790b5d92c28067bdb814418509466122ee9c9e63 as build
FROM amd64/golang:1.26.0@sha256:9835fb4f8aa06038ca460e300ee3cb8079d0802a1979724cdb455f5784448704 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.25.5
toolchain go1.26.0
require (
github.com/alecthomas/kingpin/v2 v2.4.0