deps: bump golang from 1.19 to 1.20 (#608)

This commit is contained in:
jeessy2
2023-03-11 23:11:07 +08:00
committed by GitHub
parent 34f0fa30b5
commit ed100f1d80
3 changed files with 2 additions and 7 deletions

View File

@ -14,8 +14,3 @@ updates:
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "docker" # Docker
directory: "/"
schedule:
interval: "daily"

View File

@ -1,5 +1,5 @@
# build stage
FROM --platform=$BUILDPLATFORM golang:1.19-alpine AS builder
FROM --platform=$BUILDPLATFORM golang:1.20-alpine AS builder
WORKDIR /app
COPY . .

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/jeessy2/ddns-go/v5
go 1.19
go 1.20
require (
github.com/kardianos/service v1.2.2