From 130c1461d70ff1d34e5ace0292bfaa52ed378a06 Mon Sep 17 00:00:00 2001 From: CoreOS Bot Date: Fri, 11 Oct 2024 15:00:23 +0000 Subject: [PATCH 1/2] =?UTF-8?q?Sync=20repo=20templates=20=E2=9A=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sync with coreos/repo-templates@91391bc86328adbabb729407cd098a1930c5ade1. --- .github/workflows/go.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index b27ae63..e882750 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -20,12 +20,12 @@ jobs: name: Test strategy: matrix: - go-version: [1.20.x, 1.21.x] + go-version: [1.22.x, 1.23.x] os: [ubuntu-latest] include: - - go-version: 1.21.x + - go-version: 1.23.x os: macos-latest - - go-version: 1.21.x + - go-version: 1.23.x os: windows-latest runs-on: ${{ matrix.os }} steps: @@ -47,5 +47,5 @@ jobs: uses: golangci/golangci-lint-action@v3 if: runner.os == 'Linux' with: - version: v1.52.2 + version: v1.61.0 args: -E=gofmt --timeout=30m0s From fbd1657331ecde4ed0869a8daa9b7511bd1dae6d Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Tue, 5 Nov 2024 19:46:17 -0500 Subject: [PATCH 2/2] docs/release-notes: mention minimum Go version bump to 1.22 That's the minimum version of Go currently not EOL and in line with the repo templates. --- docs/release-notes.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/release-notes.md b/docs/release-notes.md index fe716de..53cd294 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -4,6 +4,8 @@ Changes: +- Bump minimum supported Go version to 1.22 + ## stream-metadata-go 0.4.4 (2023-11-28) Changes: