reverted back to earlier go version
This commit is contained in:
parent
0a5a2e4c0b
commit
ee348a9bd4
2 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
# syntax=docker/dockerfile:1
|
||||
|
||||
FROM golang:1.19
|
||||
FROM golang:latest
|
||||
|
||||
# Set destination for COPY
|
||||
WORKDIR /cmd
|
||||
WORKDIR /app
|
||||
|
||||
# Download Go modules
|
||||
COPY go.mod go.sum ./
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
module helseveileder
|
||||
|
||||
go 1.23
|
||||
go 1.21.5
|
||||
|
||||
require (
|
||||
github.com/bytedance/sonic v1.10.2 // indirect
|
||||
|
|
Reference in a new issue