revert: golang 1.20 (#977)

This commit is contained in:
jeessy2 2024-01-12 21:15:58 +08:00 committed by GitHub
parent 68f8b51493
commit 20f1b2963f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# build stage
FROM --platform=$BUILDPLATFORM golang:1.21-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/v6
go 1.21
go 1.20
require (
github.com/kardianos/service v1.2.2