Skip to content

chore(deps): bump github.com/prometheus/client_golang from 1.16.0 to … #28

chore(deps): bump github.com/prometheus/client_golang from 1.16.0 to …

chore(deps): bump github.com/prometheus/client_golang from 1.16.0 to … #28

Workflow file for this run

name: Test
on:
push:
branches:
- dev
pull_request:
branches:
- main
- dev
merge_group:
jobs:
Test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.23'
- name: Install dependencies
run: go mod download
- name: Build
run: go build -v -o ./backend