ci: update Go version and fix gitlabci lint

This commit is contained in:
2023-05-04 08:34:40 +02:00
parent d022eb8ebd
commit eba7784e59
2 changed files with 5 additions and 2 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
include:
- template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml'
image: golang:1.20.3
image: golang:1.20.4
stages:
- deps
@@ -42,7 +42,7 @@ test:
vulnerabilities:
stage: test
image: golang:1.20.3
image: golang:1.20.4
script:
- go install golang.org/x/vuln/cmd/govulncheck@latest
- govulncheck ./...
+3
View File
@@ -18,6 +18,9 @@ repos:
rev: v1.0.3
hooks:
- id: gitlab-ci-linter
args:
- --project
- unboundsoftware/shiny/authz_client
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
rev: v9.3.0
hooks: