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: include:
- template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml' - template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml'
image: golang:1.21.1 image: golang:1.21.3
stages: stages:
- deps - deps
@@ -42,7 +42,7 @@ test:
vulnerabilities: vulnerabilities:
stage: test stage: test
image: golang:1.21.1 image: golang:1.21.3
script: script:
- go install golang.org/x/vuln/cmd/govulncheck@latest - go install golang.org/x/vuln/cmd/govulncheck@latest
- govulncheck ./... - govulncheck ./...
+1 -1
View File
@@ -1,6 +1,6 @@
module gitlab.com/unboundsoftware/shiny/authz_client module gitlab.com/unboundsoftware/shiny/authz_client
go 1.21.1 go 1.21
require ( require (
github.com/sparetimecoders/goamqp v0.2.0 github.com/sparetimecoders/goamqp v0.2.0