Skip to content

Bump dependabot/fetch-metadata from 2.0.0 to 2.1.0 #401

Bump dependabot/fetch-metadata from 2.0.0 to 2.1.0

Bump dependabot/fetch-metadata from 2.0.0 to 2.1.0 #401

Workflow file for this run

---
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: checkout the code
uses: actions/checkout@v4
- name: install go
uses: actions/setup-go@v5
with:
go-version: '1.20.1'
- name: run unit tests
run: make test
- name: build a local artifact
run: make build