go version 1.23.3 -> 1.23.4

This commit is contained in:
yusing 2024-12-18 00:40:06 +08:00
parent 276684f076
commit 4ae3d5344c
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
# Stage 1: Builder # Stage 1: Builder
FROM golang:1.23.3-alpine AS builder FROM golang:1.23.4-alpine AS builder
HEALTHCHECK NONE HEALTHCHECK NONE
# package version does not matter # package version does not matter

2
go.mod
View file

@ -1,6 +1,6 @@
module github.com/yusing/go-proxy module github.com/yusing/go-proxy
go 1.23.3 go 1.23.4
require ( require (
github.com/coder/websocket v1.8.12 github.com/coder/websocket v1.8.12