Upgraded Go version and the version of all dependencies. Fixed som more bugs.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM golang:1.16-alpine as build_go
|
||||
FROM golang:1.22.2-alpine as build_go
|
||||
|
||||
COPY go.* /music-server/
|
||||
COPY ./cmd/*.go /music-server/cmd/
|
||||
|
||||
Reference in New Issue
Block a user