build(deps): bump golang from 1.20.3 to 1.20.4

Bumps golang from 1.20.3 to 1.20.4.
This commit is contained in:
2023-05-03 14:31:28 +00:00
parent cfb0db7f4d
commit 9f83b042e3
3 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ image: buildtool/build-tools:${BUILDTOOLS_VERSION}
run-pre-commit:
stage: .pre
image: golang:1.20.3
image: golang:1.20.4
variables:
PRE_COMMIT_HOME: ${CI_PROJECT_DIR}/.cache/pre-commit
cache:
+3
View File
@@ -16,6 +16,9 @@ repos:
rev: v1.0.3
hooks:
- id: gitlab-ci-linter
args:
- --project
- unboundsoftware/gitlab-cleanup-handler
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
rev: v9.1.0
hooks:
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.20.3 as build
FROM golang:1.20.4 as build
WORKDIR /build
ENV CGO_ENABLED=0
ADD . /build