Skip to content

chore(deps): bump the actions group across 1 directory with 2 updates #6

chore(deps): bump the actions group across 1 directory with 2 updates

chore(deps): bump the actions group across 1 directory with 2 updates #6

Workflow file for this run

name: Test
on:
push:
tags:
- v*
branches:
- master
pull_request:
permissions:
contents: read
jobs:
run:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
with:
go-version: '1.23'
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: test
run: make test