Skip to content

Bump actions/setup-go from 5.1.0 to 5.2.0 in the github-actions group #178

Bump actions/setup-go from 5.1.0 to 5.2.0 in the github-actions group

Bump actions/setup-go from 5.1.0 to 5.2.0 in the github-actions group #178

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@11bd71901bbe5b1630ceea73d27597364c9af683
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
with:
go-version: 1.22.x
- run: make test