From 2c203b80f13c6dc2bb1bd0d217bb670eef07a2ec Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 5 Jun 2024 15:02:54 +0100
Subject: [PATCH] Bump golang from 1.21.4 to 1.22.0 (#61)
Bumps golang from 1.21.4 to 1.22.0.
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang&package-manager=docker&previous-version=1.21.4&new-version=1.22.0)](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.utils | 2 +-
README.md | 2 +-
changes/20240214184515.bugfix | 1 +
utils/go.mod | 2 +-
7 files changed, 7 insertions(+), 6 deletions(-)
create mode 100644 changes/20240214184515.bugfix
diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml
index 7f951bc..6f16ccb 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.21.4"
+ go_version: "1.22.0"
python_version: "3.10"
on:
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 0195140..3db1e76 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.21.4"
+ go_version: "1.22.0"
python_version: "3.9"
jobs:
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index ff3a26c..a3347e6 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -1,7 +1,7 @@
name: GitHub Release
env:
- go_version: "1.21.4"
+ go_version: "1.22.0"
python_version: "3.10"
on:
diff --git a/Dockerfile.utils b/Dockerfile.utils
index cdd1cd2..dfd025a 100644
--- a/Dockerfile.utils
+++ b/Dockerfile.utils
@@ -1,4 +1,4 @@
-FROM golang:1.21.4 as utils
+FROM golang:1.22.0 as utils
WORKDIR /utils
diff --git a/README.md b/README.md
index e1a26fb..5467997 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.21.4-blue)](https://golang.org/)
+[![Go Badge](https://img.shields.io/badge/go-v1.22.0-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/20240214184515.bugfix b/changes/20240214184515.bugfix
new file mode 100644
index 0000000..e1dec40
--- /dev/null
+++ b/changes/20240214184515.bugfix
@@ -0,0 +1 @@
+Dependency upgrade: golang-1.22.0
diff --git a/utils/go.mod b/utils/go.mod
index 7333c31..a773a3b 100644
--- a/utils/go.mod
+++ b/utils/go.mod
@@ -1,6 +1,6 @@
module github.com/ARM-software/embedded-development-services-client-utils/utils
-go 1.21
+go 1.22
require (
github.com/ARM-software/embedded-development-services-client/client v1.21.1