[release-0.10] - Adds dependency on github.com/grafana/jsonnet-libs mixins-util (#2480)

* Add lockfile

* chore: ignore mdox errors for https://www.weave.works

* ci: Generate with newer go version
This commit is contained in:
Philip Gough
2024-08-07 17:19:09 +01:00
committed by GitHub
parent 096039236a
commit 344ec3464f
4 changed files with 25 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ on:
- push
- pull_request
env:
golang-version: '1.15'
golang-version: '1.18'
kind-version: 'v0.11.1'
jobs:
generate:

View File

@@ -6,4 +6,8 @@ validators:
type: "ignore"
# Ignore release links.
- regex: 'https:\/\/github\.com\/prometheus-operator\/kube-prometheus\/releases'
type: "ignore"
type: "ignore"
# the www.weave.works domain returns 404 for many pages.
# Ignoring for now but we need remove the related content if it persists.
- regex: 'https:\/\/www.weave.works.*'
type: "ignore"

View File

@@ -1,6 +1,15 @@
{
"version": 1,
"dependencies": [
{
"source": {
"git": {
"remote": "https://github.com/grafana/jsonnet-libs.git",
"subdir": "mixin-utils"
}
},
"version": "master"
},
{
"source": {
"local": {

View File

@@ -41,6 +41,16 @@
"version": "02db06f540086fa3f67d487bd01e1b314853fb8f",
"sum": "B49EzIY2WZsFxNMJcgRxE/gcZ9ltnS8pkOOV6Q5qioc="
},
{
"source": {
"git": {
"remote": "https://github.com/grafana/jsonnet-libs.git",
"subdir": "mixin-utils"
}
},
"version": "d9ba581fb27aa6689e911f288d4df06948eb8aad",
"sum": "LoYq5QxJmUXEtqkEG8CFUBLBhhzDDaNANHc7Gz36ZdM="
},
{
"source": {
"git": {