Skip to content

fix(deps): update golang (#137) #331

fix(deps): update golang (#137)

fix(deps): update golang (#137) #331

Workflow file for this run

name: tests
on:
push:
permissions: {}
jobs:
tests:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4.2.2
- name: Set up Go
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
with:
go-version: stable
- run: make verify
- run: make test