Skip to content

Commit bb24830

Browse files
nicklaslcodex
andauthored
build(go)!: require Go 1.25 (#547)
Co-authored-by: Codex <noreply@openai.com>
1 parent 9a9141e commit bb24830

5 files changed

Lines changed: 5 additions & 6 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ COPY --from=openfeature-provider-js.pack /app/package.tgz /package.tgz
453453
# ==============================================================================
454454
# OpenFeature Provider (Go) - Build and test
455455
# ==============================================================================
456-
FROM golang:1.24-alpine AS openfeature-provider-go-base
456+
FROM golang:1.25-alpine AS openfeature-provider-go-base
457457

458458
# Install make (needed for Makefile targets)
459459
RUN apk add --no-cache make

mock-support-server/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24-alpine3.22 AS build
1+
FROM golang:1.25-alpine3.22 AS build
22
WORKDIR /src/mock-support-server
33

44
# Copy module files and download dependencies (cached)
@@ -25,4 +25,3 @@ ENV PORT=8081
2525
EXPOSE 8081
2626
ENTRYPOINT ["/mock-support-server"]
2727

28-

openfeature-provider/go/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ go mod tidy
2121

2222
## Requirements
2323

24-
- Go 1.24+
24+
- Go 1.25+
2525
- OpenFeature Go SDK 1.16.0+
2626

2727
> **Note:** Use v0.20.1 or later; the v0.20.0 tag shipped with an out-of-sync embedded WASM module.

openfeature-provider/go/demo/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Demo application showing how to use the Confidence OpenFeature Local Provider in
44

55
## Prerequisites
66

7-
- Go 1.24+
7+
- Go 1.25+
88
- Confidence API credentials
99

1010
## Setup

openfeature-provider/go/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/spotify/confidence-resolver/openfeature-provider/go
22

3-
go 1.24.0
3+
go 1.25.0
44

55
require github.com/open-feature/go-sdk v1.16.0
66

0 commit comments

Comments
 (0)