mirror of
https://github.com/yusing/godoxy.git
synced 2025-05-20 04:42:33 +02:00
go version 1.23.3 -> 1.23.4
This commit is contained in:
parent
276684f076
commit
4ae3d5344c
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
# Stage 1: Builder
|
||||
FROM golang:1.23.3-alpine AS builder
|
||||
FROM golang:1.23.4-alpine AS builder
|
||||
HEALTHCHECK NONE
|
||||
|
||||
# package version does not matter
|
||||
|
|
2
go.mod
2
go.mod
|
@ -1,6 +1,6 @@
|
|||
module github.com/yusing/go-proxy
|
||||
|
||||
go 1.23.3
|
||||
go 1.23.4
|
||||
|
||||
require (
|
||||
github.com/coder/websocket v1.8.12
|
||||
|
|
Loading…
Add table
Reference in a new issue