Skip to content

Commit 1e049f0

Browse files
committed
chore: bump go version
1 parent 03aed02 commit 1e049f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ COPY ./ui /home/node/ui
66
WORKDIR /home/node/ui/dashboard
77
RUN BASEHREF=___UTASK_DASHBOARD_BASEHREF___ PREFIX_API_BASE_URL=___UTASK_DASHBOARD_PREFIXAPIBASEURL___ SENTRY_DSN=___UTASK_DASHBOARD_SENTRY_DSN___ make build-prod
88

9-
FROM golang:1.22
9+
FROM golang:1.23
1010

1111
COPY . /go/src/github.com/ovh/utask
1212
WORKDIR /go/src/github.com/ovh/utask

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/ovh/utask
22

3-
go 1.22
3+
go 1.23
44

55
require (
66
github.com/Masterminds/sprig/v3 v3.2.3

0 commit comments

Comments
 (0)