From 64994c481572338a5fe8085d738eca006e0a5431 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 09:55:16 +0000 Subject: [PATCH 1/3] :arrow_up: Bump golang from 1.23.4 to 1.23.5 Bumps golang from 1.23.4 to 1.23.5. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Dockerfile.client | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.client b/Dockerfile.client index 40231f01..f690f87a 100644 --- a/Dockerfile.client +++ b/Dockerfile.client @@ -1,4 +1,4 @@ -FROM golang:1.23.4 as client +FROM golang:1.23.5 as client WORKDIR /client From 46b65835349c8489ea87f7da64a83e5ea83d47d8 Mon Sep 17 00:00:00 2001 From: Monty Bot Date: Fri, 17 Jan 2025 09:55:40 +0000 Subject: [PATCH 2/3] =?UTF-8?q?=F0=9F=93=B0=20Automatic=20changes=20?= =?UTF-8?q?=E2=9A=99=20Adding=20news=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changes/20250117095540.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/20250117095540.bugfix diff --git a/changes/20250117095540.bugfix b/changes/20250117095540.bugfix new file mode 100644 index 00000000..3cf46e0f --- /dev/null +++ b/changes/20250117095540.bugfix @@ -0,0 +1 @@ +Dependency upgrade: golang-1.23.5 From 0a99d919ddaf64998d3a8f0b16b47e9871945178 Mon Sep 17 00:00:00 2001 From: monty-bot Date: Fri, 17 Jan 2025 09:57:40 +0000 Subject: [PATCH 3/3] =?UTF-8?q?:sparkles:=20Automatic=20changes=20->=20?= =?UTF-8?q?=F0=9F=91=B7=20Golang=20version=20updates=20[ci=20skip]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-and-test.yml | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- README.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 4ea3a655..cfb4e0e5 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -2,7 +2,7 @@ name: Build and Test # Set environment variables available in all jobs and steps env: - go_version: "1.23.4" + go_version: "1.23.5" python_version: "3.9" on: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f9941878..8ad580a2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ concurrency: # Set environment variables available in all jobs and steps env: - go_version: "1.23.4" + go_version: "1.23.5" python_version: "3.9" jobs: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 299adc2f..db641dce 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,7 +1,7 @@ name: GitHub Release env: - go_version: "1.23.4" + go_version: "1.23.5" python_version: "3.10" on: diff --git a/README.md b/README.md index da8ce9ca..4d95c9b5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Embedded development services HTTP client -[![Go Badge](https://img.shields.io/badge/go-v1.23.4-blue)](https://golang.org/) +[![Go Badge](https://img.shields.io/badge/go-v1.23.5-blue)](https://golang.org/) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![Go Reference](https://pkg.go.dev/badge/github.com/ARM-software/embedded-development-services-client/client.svg)](https://pkg.go.dev/github.com/ARM-software/embedded-development-services-client/client) [![Go Report Card](https://goreportcard.com/badge/github.com/ARM-software/embedded-development-services-client)](https://goreportcard.com/report/github.com/ARM-software/embedded-development-services-client)