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