Skip to content

Bump github.com/prometheus/client_golang from 1.20.4 to 1.20.5 (#120) #256

Bump github.com/prometheus/client_golang from 1.20.4 to 1.20.5 (#120)

Bump github.com/prometheus/client_golang from 1.20.4 to 1.20.5 (#120) #256

Workflow file for this run

name: Build
on: [push]
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