diff --git a/Dockerfile b/Dockerfile
index 7a5e001..93e0732 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -16,8 +16,8 @@
#!BuildTag: opensuse/bci/golang:stable
#!BuildTag: opensuse/bci/golang:stable-1.%RELEASE%
-#!BuildTag: opensuse/bci/golang:1.21
-#!BuildTag: opensuse/bci/golang:1.21-1.%RELEASE%
+#!BuildTag: opensuse/bci/golang:1.22
+#!BuildTag: opensuse/bci/golang:1.22-1.%RELEASE%
#!BuildTag: opensuse/bci/golang:latest
FROM opensuse/tumbleweed:latest
@@ -26,22 +26,22 @@ MAINTAINER openSUSE (https://www.opensuse.org/)
# Define labels according to https://en.opensuse.org/Building_derived_containers
# labelprefix=org.opensuse.bci.golang
-LABEL org.opencontainers.image.title="openSUSE Tumbleweed BCI Go 1.21 development"
-LABEL org.opencontainers.image.description="Go 1.21 development container based on the openSUSE Tumbleweed Base Container Image."
-LABEL org.opencontainers.image.version="1.21"
+LABEL org.opencontainers.image.title="openSUSE Tumbleweed BCI Go 1.22 development"
+LABEL org.opencontainers.image.description="Go 1.22 development container based on the openSUSE Tumbleweed Base Container Image."
+LABEL org.opencontainers.image.version="1.22"
LABEL org.opencontainers.image.url="https://www.opensuse.org"
LABEL org.opencontainers.image.created="%BUILDTIME%"
LABEL org.opencontainers.image.vendor="openSUSE Project"
LABEL org.opencontainers.image.source="%SOURCEURL%"
LABEL io.artifacthub.package.readme-url="https://raw.githubusercontent.com/SUSE/BCI-dockerfile-generator/Tumbleweed/golang-stable-image/README.md"
-LABEL org.opensuse.reference="registry.opensuse.org/opensuse/bci/golang:1.21-1.%RELEASE%"
+LABEL org.opensuse.reference="registry.opensuse.org/opensuse/bci/golang:1.22-1.%RELEASE%"
LABEL org.openbuildservice.disturl="%DISTURL%"
LABEL org.opensuse.lifecycle-url="https://en.opensuse.org/Lifetime"
LABEL org.opensuse.release-stage="released"
# endlabelprefix
-RUN set -euo pipefail; zypper -n in --no-recommends go1.21 go1.21-doc make git-core; zypper -n clean; rm -rf /var/log/*
+RUN set -euo pipefail; zypper -n in --no-recommends go1.22 go1.22-doc make git-core; zypper -n clean; rm -rf /var/log/*
ENV GOLANG_VERSION="%%golang_version%%"
ENV GOPATH="/go"
ENV PATH="/go/bin:/usr/local/go/bin:/root/go/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
@@ -49,4 +49,4 @@ ENV PATH="/go/bin:/usr/local/go/bin:/root/go/bin/:/usr/local/sbin:/usr/local/bin
# only available on go's tsan_arch architectures
#!ArchExclusiveLine x86_64 aarch64 s390x ppc64le
-RUN set -euo pipefail; if zypper -n install go1.21-race; then zypper -n clean; rm -rf /var/log/*; fi
+RUN set -euo pipefail; if zypper -n install go1.22-race; then zypper -n clean; rm -rf /var/log/*; fi
diff --git a/README.md b/README.md
index 5a41ad3..46ca76a 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,3 @@
-# The openSUSE Tumbleweed BCI Go 1.21 development Container image
+# The openSUSE Tumbleweed BCI Go 1.22 development Container image
-Go 1.21 development container based on the openSUSE Tumbleweed Base Container Image.
+Go 1.22 development container based on the openSUSE Tumbleweed Base Container Image.
diff --git a/_service b/_service
index 8a16ba7..63f40d2 100644
--- a/_service
+++ b/_service
@@ -4,6 +4,6 @@
Dockerfile
%%golang_version%%
- go1.21
+ go1.22
\ No newline at end of file
diff --git a/golang-stable-image.changes b/golang-stable-image.changes
index ee0b7a6..6e3d7b0 100644
--- a/golang-stable-image.changes
+++ b/golang-stable-image.changes
@@ -1,3 +1,8 @@
+-------------------------------------------------------------------
+Wed Feb 7 18:41:00 UTC 2024 - Dan Čermák
+
+- switch golang stable to 1.22, oldstable to 1.21
+
-------------------------------------------------------------------
Wed Jan 17 14:29:14 UTC 2024 - Dan Čermák