Skip to content

chore(deps): pin phiag/mta-sts-exporter docker tag to fc97b23 #43

chore(deps): pin phiag/mta-sts-exporter docker tag to fc97b23

chore(deps): pin phiag/mta-sts-exporter docker tag to fc97b23 #43

Workflow file for this run

name: Check
on:
push:
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Setup Go
uses: ./.github/actions/setup-go
- name: Install dependencies
run: go get
- name: Build
run: go build -v
- name: Test
run: go test -v