reverted back to earlier go version

This commit is contained in:
haraldnilsen 2024-01-12 21:52:46 +01:00
parent 0a5a2e4c0b
commit ee348a9bd4
2 changed files with 3 additions and 3 deletions

View file

@ -1,9 +1,9 @@
# syntax=docker/dockerfile:1 # syntax=docker/dockerfile:1
FROM golang:1.19 FROM golang:latest
# Set destination for COPY # Set destination for COPY
WORKDIR /cmd WORKDIR /app
# Download Go modules # Download Go modules
COPY go.mod go.sum ./ COPY go.mod go.sum ./

View file

@ -1,6 +1,6 @@
module helseveileder module helseveileder
go 1.23 go 1.21.5
require ( require (
github.com/bytedance/sonic v1.10.2 // indirect github.com/bytedance/sonic v1.10.2 // indirect