Skip to content

🌱(deps): Bump EndBug/add-and-commit from 10.0.0 to 11.0.0 in the all-github-actions group #2838

🌱(deps): Bump EndBug/add-and-commit from 10.0.0 to 11.0.0 in the all-github-actions group

🌱(deps): Bump EndBug/add-and-commit from 10.0.0 to 11.0.0 in the all-github-actions group #2838

Workflow file for this run

on:
push:
branches:
- main
merge_group:
pull_request:
name: go test
permissions:
contents: read
jobs:
unit:
runs-on: ubuntu-latest
strategy:
matrix:
go-version:
- '1'
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # tag=v7.0.1
with:
persist-credentials: false
- name: Calculate go version
id: vars
run: echo "go_version=$(make go-version)" >> $GITHUB_OUTPUT
- name: Set up Go
uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # tag=v7.0.0
with:
go-version: ${{ steps.vars.outputs.go_version }}
- run: |
make test