Skip to content

Update anothrNick/github-tag-action action to v1.66.0 #31

Update anothrNick/github-tag-action action to v1.66.0

Update anothrNick/github-tag-action action to v1.66.0 #31

Workflow file for this run

name: Testing
on:
workflow_dispatch:
pull_request:
branches:
- 'main'
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: 1.18
- name: Checkout
uses: actions/checkout@v3
- name: Test
run: go test -v -race