Update to Go 1.24 for golang.org/x/tools compatibility

This commit is contained in:
Jeffrey Paul 2025-12-29 16:21:46 +07:00
parent 219a561473
commit e59b3a0ee4
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# Build stage # Build stage
FROM golang:1.23-alpine AS builder FROM golang:1.24-alpine AS builder
RUN apk add --no-cache git make gcc musl-dev RUN apk add --no-cache git make gcc musl-dev

View File

@ -103,7 +103,7 @@ chi Router ──► Middleware Stack ──► Handler
### Prerequisites ### Prerequisites
- Go 1.23+ - Go 1.24+
- golangci-lint - golangci-lint
- Docker (for running) - Docker (for running)