Skip to content

Update module github.com/spinnaker/spin to v1 #42

Update module github.com/spinnaker/spin to v1

Update module github.com/spinnaker/spin to v1 #42

Workflow file for this run

name: Test
on:
push:
branches-ignore:
- "master"
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v5
with:
go-version: 1.16
- run: go test -v ./...