diff --git a/CHANGELOG.md b/CHANGELOG.md index 717b19e..823a959 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.2.5] - 2026-02-13 + +### Changed +- Upgrade vendored typescript-go to [`f058889a79ed`](https://github.com/microsoft/typescript-go/commit/f058889a79edf8fef07d4868e39574db00d43454) + ## [0.2.4] - 2026-02-12 ### Changed @@ -48,6 +53,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Multi-stage Docker build - Automated vendor upgrade workflow +[0.2.5]: https://github.com/gooddata/gooddata-goodchanges/compare/v0.2.4...v0.2.5 [0.2.4]: https://github.com/gooddata/gooddata-goodchanges/compare/v0.2.3...v0.2.4 [0.2.3]: https://github.com/gooddata/gooddata-goodchanges/compare/v0.2.2...v0.2.3 [0.2.2]: https://github.com/gooddata/gooddata-goodchanges/compare/v0.2.1...v0.2.2 diff --git a/Dockerfile b/Dockerfile index cb31c7c..be08089 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Stage 1: Build the Go app -FROM --platform=$BUILDPLATFORM 020413372491.dkr.ecr.us-east-1.amazonaws.com/pullthrough/docker.io/library/golang:1.25.6-alpine AS builder +FROM --platform=$BUILDPLATFORM 020413372491.dkr.ecr.us-east-1.amazonaws.com/pullthrough/docker.io/library/golang:1.26.0-alpine AS builder ARG TARGETOS TARGETARCH RUN apk add --no-cache git bash sed findutils WORKDIR /app diff --git a/TSGO_COMMIT b/TSGO_COMMIT index c5d9a5c..c6f4bd2 100644 --- a/TSGO_COMMIT +++ b/TSGO_COMMIT @@ -1 +1 @@ -08cb84c68ae83b9def5e0132e05362e5061342ab \ No newline at end of file +f058889a79edf8fef07d4868e39574db00d43454 \ No newline at end of file diff --git a/VERSION b/VERSION index 72f9fa8..28af839 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.4 \ No newline at end of file +0.2.5 \ No newline at end of file diff --git a/go.mod b/go.mod index 59f7b30..25bc982 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module goodchanges -go 1.25.6 +go 1.26.0 replace goodchanges/tsgo-vendor => ./_vendor/typescript-go