Skip to content

deps(go): Bump github.com/prometheus/common from 0.60.0 to 0.60.1 #274

deps(go): Bump github.com/prometheus/common from 0.60.0 to 0.60.1

deps(go): Bump github.com/prometheus/common from 0.60.0 to 0.60.1 #274

Workflow file for this run

name: Build
on:
push:
branches: [ main ]
tags: [ 'v*' ]
pull_request:
branches: [ main ]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
container:
image: ghcr.io/hairyhenderson/gomplate-ci-build:latest
steps:
- uses: actions/checkout@v4
- run: make test
lint:
runs-on: ubuntu-latest
container:
image: ghcr.io/hairyhenderson/gomplate-ci-build:latest
steps:
- uses: actions/checkout@v4
- run: make ci-lint