File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
77
8+ ## [ 0.27.1] - 2025-03-05
9+
10+ * update build for golang 1.23.6
11+
812## [ 0.27.0] - 2025-03-05
913
1014* code changes
Original file line number Diff line number Diff line change 11ARG GOLANG_IMAGE=golang
2- ARG GOLANG_VERSION=1.22.3 -alpine3.20
2+ ARG GOLANG_VERSION=1.23.6 -alpine3.21
33ARG APP=narra
44
55FROM --platform=$BUILDPLATFORM ${GOLANG_IMAGE}:${GOLANG_VERSION} AS build
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ PRG_DEST ?= $(PRG)
1111# Build config
1212
1313GO ?= go
14- GOLANG_VERSION = 1.22.3 -alpine3.20
14+ GOLANG_VERSION = 1.23.6 -alpine3.21
1515
1616SOURCES = $(shell find . -maxdepth 3 -mindepth 1 -path ./var -prune -o -name '* .go')
1717APP_VERSION ?= $(shell git describe --tags --always)
Original file line number Diff line number Diff line change 11module github.com/dopos/narra
22
3- go 1.23.0
4-
5- toolchain go1.23.6
3+ go 1.23.6
64
75require (
86 github.com/LeKovr/go-kit/config v0.5.1
You can’t perform that action at this time.
0 commit comments