Skip to content

chore(deps): bump goreleaser/goreleaser-action from 2.7.0 to 5.0.0 #139

chore(deps): bump goreleaser/goreleaser-action from 2.7.0 to 5.0.0

chore(deps): bump goreleaser/goreleaser-action from 2.7.0 to 5.0.0 #139

Workflow file for this run

name: Test
on:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-18.04
steps:
- uses: actions/[email protected]
- uses: actions/setup-go@v2
with:
go-version: "^1.16.6"
- uses: golangci/golangci-lint-action@v2
with:
version: v1.35
- name: Unit testing
run: go test ./...