Merge pull request #8954 from ffranr/check-go-versions

Linter checks go versions in Dockerfile and YAML files
This commit is contained in:
Oliver Gugger
2024-08-05 02:01:00 -06:00
committed by GitHub
7 changed files with 177 additions and 16 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:1.21.0-bookworm
FROM golang:1.22.5-bookworm
RUN apt-get update && apt-get install -y \
git \