Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion TSGO_COMMIT
Original file line number Diff line number Diff line change
@@ -1 +1 @@
56ab4af421576f5326e0c08be5ac67149c053618
0fa4110e4e0ef5f08a5255aa5f21d9f57697e989
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.24.1
0.24.2
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module goodchanges

go 1.26.2
go 1.26.5

replace goodchanges/tsgo-vendor => ./_vendor/typescript-go

Expand Down
Loading