mirror of
https://github.com/nais/wonderwall.git
synced 2026-05-06 00:17:27 +00:00
build: go 1.26
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM --platform=$BUILDPLATFORM golang:1.25 AS builder
|
||||
FROM --platform=$BUILDPLATFORM golang:1.26 AS builder
|
||||
ENV CGO_ENABLED=0
|
||||
ENV GOTOOLCHAIN=auto
|
||||
WORKDIR /src
|
||||
|
||||
@@ -94,7 +94,7 @@ The `authorization` header should no longer be set in the upstream response.
|
||||
|
||||
## Development
|
||||
|
||||
Requires Go 1.25 and [mise](https://mise.jdx.dev/) installed.
|
||||
Requires Go 1.26 and [mise](https://mise.jdx.dev/) installed.
|
||||
|
||||
Start up dependencies:
|
||||
|
||||
|
||||
2
go.mod
2
go.mod
@@ -1,6 +1,6 @@
|
||||
module github.com/nais/wonderwall
|
||||
|
||||
go 1.25.7
|
||||
go 1.26.0
|
||||
|
||||
tool (
|
||||
github.com/sethvargo/ratchet
|
||||
|
||||
Reference in New Issue
Block a user