Skip to content

Bump actions/setup-go from 5.0.1 to 5.0.2 in the github-actions group… #158

Bump actions/setup-go from 5.0.1 to 5.0.2 in the github-actions group…

Bump actions/setup-go from 5.0.1 to 5.0.2 in the github-actions group… #158

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@692973e3d937129bcbf40652eb9f2f61becf3332
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32
with:
go-version: 1.22.x
- run: make test