Skip to content

chore(deps): bump goreleaser/goreleaser-action from 4 to 6 #140

chore(deps): bump goreleaser/goreleaser-action from 4 to 6

chore(deps): bump goreleaser/goreleaser-action from 4 to 6 #140

Workflow file for this run

on: push
name: Test
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: actions/setup-go@v5
with:
go-version: "1.20"
- run: go mod download
- run: go test ./...