Skip to content

build(deps): bump actions/setup-go from 5.1.0 to 5.3.0 in the github-actions group #2

build(deps): bump actions/setup-go from 5.1.0 to 5.3.0 in the github-actions group

build(deps): bump actions/setup-go from 5.1.0 to 5.3.0 in the github-actions group #2

Workflow file for this run

name: Test
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34
with:
go-version: 1.23.x
- name: Check package is correct
run: make test