File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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)
459459RUN apk add --no-cache make
Original file line number Diff line number Diff line change 1- FROM golang:1.24 -alpine3.22 AS build
1+ FROM golang:1.25 -alpine3.22 AS build
22WORKDIR /src/mock-support-server
33
44# Copy module files and download dependencies (cached)
@@ -25,4 +25,3 @@ ENV PORT=8081
2525EXPOSE 8081
2626ENTRYPOINT ["/mock-support-server" ]
2727
28-
Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11module github.com/spotify/confidence-resolver/openfeature-provider/go
22
3- go 1.24 .0
3+ go 1.25 .0
44
55require github.com/open-feature/go-sdk v1.16.0
66
You can’t perform that action at this time.
0 commit comments