Skip to content

Bump the github-actions-pins group across 1 directory with 4 updates #329

Bump the github-actions-pins group across 1 directory with 4 updates

Bump the github-actions-pins group across 1 directory with 4 updates #329

Workflow file for this run

name: Go Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
name: Run Go Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- name: Set up Go
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0
with:
go-version: 1.26
cache: true
- name: Test with the Go CLI
run: go test $(go list ./... | grep -v e2e)