From f1f3950e478cb99415d689176fe4fe8e97ea2003 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 13:46:22 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Bump=20golang=20from=201.2?= =?UTF-8?q?2.4=20to=201.22.5=20(#56)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps golang from 1.22.4 to 1.22.5. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang&package-manager=docker&previous-version=1.22.4&new-version=1.22.5)](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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. --------- 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.client | 2 +- README.md | 2 +- changes/20240705131459.bugfix | 1 + 6 files changed, 6 insertions(+), 5 deletions(-) create mode 100644 changes/20240705131459.bugfix diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 02757db..2907a7a 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.22.4" + go_version: "1.22.5" python_version: "3.9" on: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8f20858..3f2ec96 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.22.4" + go_version: "1.22.5" python_version: "3.9" jobs: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e51feeb..d819941 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,7 +1,7 @@ name: GitHub Release env: - go_version: "1.22.4" + go_version: "1.22.5" python_version: "3.10" on: diff --git a/Dockerfile.client b/Dockerfile.client index 74ef7e2..ddc8a81 100644 --- a/Dockerfile.client +++ b/Dockerfile.client @@ -1,4 +1,4 @@ -FROM golang:1.22.4 as client +FROM golang:1.22.5 as client WORKDIR /client diff --git a/README.md b/README.md index fcb080c..866e39c 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.22.4-blue)](https://golang.org/) +[![Go Badge](https://img.shields.io/badge/go-v1.22.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) diff --git a/changes/20240705131459.bugfix b/changes/20240705131459.bugfix new file mode 100644 index 0000000..1efd212 --- /dev/null +++ b/changes/20240705131459.bugfix @@ -0,0 +1 @@ +Dependency upgrade: golang-1.22.5