ci: update to go 1.21.3 and remove patch level

This commit is contained in:
2023-10-27 14:12:51 +02:00
parent 7815c85c92
commit e3c79092c2
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
include:
- template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml'
image: golang:1.21.1
image: golang:1.21.3
stages:
- deps
@@ -42,7 +42,7 @@ test:
vulnerabilities:
stage: test
image: golang:1.21.1
image: golang:1.21.3
script:
- go install golang.org/x/vuln/cmd/govulncheck@latest
- govulncheck ./...
+1 -1
View File
@@ -1,6 +1,6 @@
module gitlab.com/unboundsoftware/shiny/authz_client
go 1.21.1
go 1.21
require (
github.com/sparetimecoders/goamqp v0.2.0