Update Go to 1.22

This commit is contained in:
Michael 2024-02-17 16:25:53 +08:00 committed by GitHub
parent 83aef0884d
commit 0130a4b407
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
FROM golang:1.21-alpine AS builder
FROM golang:1.22-alpine AS builder
RUN go install tailscale.com/cmd/derper@main
FROM alpine