1
0
mirror of https://github.com/H0llyW00dzZ/My-RESTAPIs-Boilerplate.git synced 2025-02-06 10:02:01 +00:00

Update Go Version To Latest (#1529)

- [+] chore: update Go version to 1.23.5 in Dockerfile and go.mod
This commit is contained in:
H0llyW00dzZ 2025-01-17 04:08:36 +07:00 committed by GitHub
parent aa4facb3e7
commit 11e9333e93
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
# failed commit on ref "index-sha256:524acd083758062a04371a283008aa7d6a82d678fbf479c29a45f5ba86a04c57": unexpected status from PUT request
#
# Additionally, this has been modified (to previously) to support multiple build architectures.
FROM golang:1.23.4 AS builder
FROM golang:1.23.5 AS builder
# Set the working directory outside $GOPATH to enable the support for modules.
WORKDIR /app

2
go.mod
View File

@ -1,6 +1,6 @@
module h0llyw00dz-template
go 1.23.4
go 1.23.5
require (
github.com/H0llyW00dzZ/FiberValidator v0.5.2