Skip to content

chore: upgrade golang packages and github worfklow #80

chore: upgrade golang packages and github worfklow

chore: upgrade golang packages and github worfklow #80

Workflow file for this run

name: Go - Build
on:
pull_request:
push:
branches:
- main
concurrency:
# Cancels pending runs when a PR gets updated.
group: ${{ github.head_ref || github.run_id }}-${{ github.actor }}
cancel-in-progress: true
jobs:
mise-test:
name: Unit Tests & Linters
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: jdx/mise-action@v2
with:
cache: true
experimental: true
- run: mise run setup
- run: mise run tests