Merge pull request #26 from ngn13/dependabot/docker/api/golang-1.22.0

Bump golang from 1.21.6 to 1.22.0 in /api
This commit is contained in:
ngn 2024-02-12 18:40:36 +00:00 committed by GitHub
commit 93d3496533
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
FROM golang:1.21.6 FROM golang:1.22.0
WORKDIR /app WORKDIR /app