From 374e1800a2dea18350a436c40c72bbc2adc026f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 11:59:13 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Bump=20golang=20from=201.2?= =?UTF-8?q?3.3=20to=201.23.4=20(#90)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps golang from 1.23.3 to 1.23.4. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang&package-manager=docker&previous-version=1.23.3&new-version=1.23.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
--------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Monty Bot Co-authored-by: monty-bot --- .github/workflows/build-and-test.yml | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- Dockerfile.utils | 2 +- README.md | 2 +- changes/20241204182913.bugfix | 1 + 6 files changed, 6 insertions(+), 5 deletions(-) create mode 100644 changes/20241204182913.bugfix diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 274b0c1..1a21747 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.3" + go_version: "1.23.4" python_version: "3.10" on: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2843328..7b15d24 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ concurrency: # Set environment variables available in all jobs and steps env: - go_version: "1.23.3" + go_version: "1.23.4" python_version: "3.9" jobs: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 608988c..299adc2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,7 +1,7 @@ name: GitHub Release env: - go_version: "1.23.3" + go_version: "1.23.4" python_version: "3.10" on: diff --git a/Dockerfile.utils b/Dockerfile.utils index fc62a84..864a6dc 100644 --- a/Dockerfile.utils +++ b/Dockerfile.utils @@ -1,4 +1,4 @@ -FROM golang:1.23.3 as utils +FROM golang:1.23.4 as utils WORKDIR /utils diff --git a/README.md b/README.md index 1227742..2f9dd04 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ SPDX-License-Identifier: Apache-2.0 --> # Embedded development services HTTP client utilities -[![Go Badge](https://img.shields.io/badge/go-v1.23.3-blue)](https://golang.org/) +[![Go Badge](https://img.shields.io/badge/go-v1.23.4-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-utils/utils.svg)](https://pkg.go.dev/github.com/ARM-software/embedded-development-services-client-utils/utils) [![Go Report Card](https://goreportcard.com/badge/github.com/ARM-software/embedded-development-services-client-utils/utils)](https://goreportcard.com/report/github.com/ARM-software/embedded-development-services-client-utils/utils) diff --git a/changes/20241204182913.bugfix b/changes/20241204182913.bugfix new file mode 100644 index 0000000..2daffd9 --- /dev/null +++ b/changes/20241204182913.bugfix @@ -0,0 +1 @@ +Dependency upgrade: golang-1.23.4