Skip to content

Update anothrNick/github-tag-action action to v1.69.0 #35

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

Update anothrNick/github-tag-action action to v1.69.0 #35

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@v5
with:
go-version: 1.22
- name: Checkout
uses: actions/checkout@v4
- name: Test
run: go test -v -race