Skip to content

Bump the github-actions group with 2 updates (#59) #149

Bump the github-actions group with 2 updates (#59)

Bump the github-actions group with 2 updates (#59) #149

Workflow file for this run

name: test
on:
pull_request:
push:
branches:
- main
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7
with:
go-version: 1.22.x
- run: make test