Skip to content

chore(deps): update actions/setup-go action to v5.1.0 #50

chore(deps): update actions/setup-go action to v5.1.0

chore(deps): update actions/setup-go action to v5.1.0 #50

Workflow file for this run

name: Tests
on:
push:
pull_request:
types: [opened, reopened]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 2
- uses: actions/setup-go@v5
with:
go-version: stable
- name: Run tests
run: go test -v ./...