(FIX): CI/CD pipeline fixed.
Go versions were mismatched
This commit is contained in:
parent
6e96c847ec
commit
5d2048488c
@ -29,7 +29,7 @@ RUN npm install tailwindcss @tailwindcss/cli && npx @tailwindcss/cli -i ./web/st
|
||||
|
||||
|
||||
# Build stage
|
||||
FROM golang:1.24 AS build-stage
|
||||
FROM golang:latest AS build-stage
|
||||
|
||||
COPY --from=tailwind-build-stage /app /app
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user