Skip to content

chore(deps): bump actions/setup-go from 4 to 5 (#86) #35

chore(deps): bump actions/setup-go from 4 to 5 (#86)

chore(deps): bump actions/setup-go from 4 to 5 (#86) #35

Workflow file for this run

name: main-test
on:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Test
run: |
cd testdata && go test ./...