Compare commits
14 Commits
b9f0dbe97e
..
master
| Author | SHA1 | Date | |
|---|---|---|---|
| f429e3bd16 | |||
| bea8a99de5 | |||
| ed8c5add07 | |||
| 20d3cc12b4 | |||
| 28809f6f15 | |||
| 45e6ef8802 | |||
| 7e9fffa7d0 | |||
|
27041f7ca5
|
|||
| 3157a712e2 | |||
| e6681eb02e | |||
| 66b6ea5aa4 | |||
| 962d93784b | |||
| e77ea61eca | |||
| 1777762126 |
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM amd64/golang:1.25.6@sha256:ceda080e2a6aac6231ff8c4511419f4b520f8ea70bf2ddf9c12c3ed1537f8f3c as build
|
||||
FROM amd64/golang:1.26.2@sha256:3e677b9776e5fcb030321772b4fe13c58b22b8abe772c647be8f746159d1a2dc as build
|
||||
WORKDIR /build
|
||||
ENV CGO_ENABLED=0
|
||||
ADD . /build
|
||||
|
||||
@@ -2,7 +2,7 @@ module gitlab.com/unboundsoftware/dancefinder/dancefetcher
|
||||
|
||||
go 1.24.0
|
||||
|
||||
toolchain go1.25.7
|
||||
toolchain go1.26.2
|
||||
|
||||
require (
|
||||
github.com/alecthomas/kingpin/v2 v2.4.0
|
||||
|
||||
@@ -17,7 +17,6 @@ spec:
|
||||
imagePullPolicy: Always
|
||||
resources:
|
||||
limits:
|
||||
cpu: 600m
|
||||
memory: 200Mi
|
||||
requests:
|
||||
cpu: 20m
|
||||
|
||||
Reference in New Issue
Block a user