Skip to content

Update go 1.22

Update go 1.22 #17

Workflow file for this run

name: Auto Tag Master
on:
pull_request:
types:
- closed
branches:
- main
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
with:
fetch-depth: "0"
- name: Bump version and push tag
uses: anothrNick/[email protected]
env:
DEFAULT_BUMP: patch
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
WITH_V: true