Skip to content
Snippets Groups Projects
Commit a3063da80985 authored by Florent Aide's avatar Florent Aide
Browse files

bump to golang 1.22 to avoid vulnchecks in the filepath.join windows implementation

parent 8b8467400d2b
No related branches found
No related tags found
No related merge requests found
Pipeline #78830 passed
......@@ -8,7 +8,7 @@
unit_tests:
stage: test
image: quay.orus.io/cc/golang:1.21.3-bullseye
image: quay.orus.io/cc/golang:1.22.0-bullseye
variables:
YTT_VERSION: v0.41.1
YTT_SHA256: 65dbc4f3a4a2ed84296dd1b323e8e7bd77e488fa7540d12dd36cf7fb2fc77c03
......@@ -43,7 +43,7 @@
lint:
stage: lint
image: quay.orus.io/cc/golang:1.21.3-bullseye
image: quay.orus.io/cc/golang:1.22.0-bullseye
cache:
key: tooling
paths:
......@@ -56,7 +56,7 @@
vulncheck:
stage: vulncheck
image: quay.orus.io/cc/golang:1.21.3-bullseye
image: quay.orus.io/cc/golang:1.22.0-bullseye
cache:
key: tooling
paths:
......@@ -69,7 +69,7 @@
build:
stage: build
image: quay.orus.io/cc/golang:1.21.3-bullseye
image: quay.orus.io/cc/golang:1.22.0-bullseye
artifacts:
paths:
- build
......
module orus.io/orus-io/beaver
go 1.20
go 1.22
require (
github.com/getsentry/sentry-go v0.13.0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment