Skip to content

build(deps): bump github.com/prometheus/client_golang from 1.20.4 to 1.20.5 #214

build(deps): bump github.com/prometheus/client_golang from 1.20.4 to 1.20.5

build(deps): bump github.com/prometheus/client_golang from 1.20.4 to 1.20.5 #214

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request_target:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Configure
id: configure
shell: bash
run: |
sed -En 's/^go (.*)$/GO_VERSION=\1/p' go.mod >> $GITHUB_ENV
- uses: actions/setup-go@v5
with:
go-version: "~${{ env.GO_VERSION }}"
- name: Test
run: go test -json ./... > test.json
- name: Annotate tests
if: always()
uses: guyarb/[email protected]
with:
test-results: test.json