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:
parent
aa4facb3e7
commit
11e9333e93
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user