From a13fbaa5a4fc325b464d6976f1a8867c2088163c Mon Sep 17 00:00:00 2001 From: Benjamin Gandon Date: Fri, 10 May 2024 19:15:46 +0200 Subject: [PATCH] Update release notes --- ci/release_notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/release_notes.md b/ci/release_notes.md index 5bc7e4ff..47b0c47d 100644 --- a/ci/release_notes.md +++ b/ci/release_notes.md @@ -2,3 +2,4 @@ - Bumped the [go-github](https://github.com/google/go-github) API to v58, the latest available. - Bumped other Go dependencies to latest versions. +- Built with latest go 1.21 patch version (i.e. v1.21.10)