chore(deps): update build and packages (#1009)

* chore: update golang deps

* bump node and golang

* update node

* tell that to mel gibson.

* build: update go version

* chore: update deps

* chore: go mod tidy

---------

Co-authored-by: ze0s <43699394+zze0s@users.noreply.github.com>
This commit is contained in:
Kyle Sanderson 2023-07-21 09:00:03 -07:00 committed by GitHub
parent c7ec93722b
commit daa4bf9a0f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 111 additions and 359 deletions

View file

@ -1,5 +1,5 @@
# build app
FROM --platform=$BUILDPLATFORM golang:1.20-alpine3.16 AS app-builder
FROM --platform=$BUILDPLATFORM golang:1.20-alpine3.18 AS app-builder
RUN apk add --no-cache git tzdata