Update Go to 1.21.13

This commit is contained in:
Igor Zibarev 2024-09-06 14:26:36 +03:00
parent 033b668815
commit 9a0c2887ed
3 changed files with 3 additions and 2 deletions

View File

@ -1 +1,2 @@
golang 1.21.13
yarn 1.22.19

View File

@ -25,7 +25,7 @@ RUN yarn install && yarn build
# Building a backend.
#
FROM --platform=linux/amd64 golang:1.21-alpine AS backend
FROM --platform=linux/amd64 golang:1.21.13-alpine AS backend
# Move to a working directory (/build).
WORKDIR /build

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/platacard/asynqmon
go 1.21
go 1.21.13
require (
github.com/google/go-cmp v0.5.6