diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c6b628..4f9dd3e 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.24.2] - 2026-07-23 + +### Changed +- Upgrade vendored typescript-go to [`0fa4110e4e0e`](https://github.com/microsoft/typescript-go/commit/0fa4110e4e0ef5f08a5255aa5f21d9f57697e989) + ## [0.24.1] - 2026-07-21 ### Fixed @@ -327,6 +332,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Multi-stage Docker build - Automated vendor upgrade workflow +[0.24.2]: https://github.com/gooddata/gooddata-goodchanges/compare/v0.24.1...v0.24.2 [0.24.0]: https://github.com/gooddata/gooddata-goodchanges/compare/v0.23.0...v0.24.0 [0.23.0]: https://github.com/gooddata/gooddata-goodchanges/compare/v0.22.0...v0.23.0 [0.22.0]: https://github.com/gooddata/gooddata-goodchanges/compare/v0.21.3...v0.22.0 diff --git a/Dockerfile b/Dockerfile index a06407d..968c7f9 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.26.2-alpine AS builder +FROM --platform=$BUILDPLATFORM 020413372491.dkr.ecr.us-east-1.amazonaws.com/pullthrough/docker.io/library/golang:1.26.5-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 b8ea425..dc6bc38 100644 --- a/TSGO_COMMIT +++ b/TSGO_COMMIT @@ -1 +1 @@ -56ab4af421576f5326e0c08be5ac67149c053618 \ No newline at end of file +0fa4110e4e0ef5f08a5255aa5f21d9f57697e989 \ No newline at end of file diff --git a/VERSION b/VERSION index 1fee947..6ee46a3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.24.1 \ No newline at end of file +0.24.2 \ No newline at end of file diff --git a/go.mod b/go.mod index 36bc334..d97a59e 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module goodchanges -go 1.26.2 +go 1.26.5 replace goodchanges/tsgo-vendor => ./_vendor/typescript-go