From 5caa0587d4c778089bdbcf0805a458a0b3c94ee3286c5a3ef4e909a1e4e1a755 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20=C4=8Cerm=C3=A1k?= Date: Tue, 18 Jun 2024 21:02:58 +0000 Subject: [PATCH] [info=aef5f85cf0bfc02160afbd566e0d2384] OBS-URL: https://build.opensuse.org/package/show/devel:BCI:Tumbleweed/golang-stable-image?expand=0&rev=106 --- README.md | 4 ++-- golang-stable-image.changes | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b4a15de..3779587 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Go 1.22 development Container Image +# Go 1.22 development container image ![Redistributable](https://img.shields.io/badge/Redistributable-Yes-green) @@ -11,7 +11,7 @@ To compile and deploy an application, copy the sources, fetch dependencies (assuming go.mod is used for dependency management), and build the binary: ```Dockerfile -# Build the application using the Go 1.22 development Container Image +# Build the application using the Go 1.22 development container image FROM registry.opensuse.org/opensuse/bci/golang:1.22 as build WORKDIR /app diff --git a/golang-stable-image.changes b/golang-stable-image.changes index f32635a..f8563e4 100644 --- a/golang-stable-image.changes +++ b/golang-stable-image.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jun 18 17:24:16 UTC 2024 - Dirk Mueller + +- use sentence style capitalization in READMEs + ------------------------------------------------------------------- Mon Jun 10 15:11:25 UTC 2024 - Dirk Mueller