Skip to content

bump to Go 1.23.0

bump to Go 1.23.0 #58

Workflow file for this run

name: release
on:
push:
tags:
- '*.*'
jobs:
build:
uses: ./.github/workflows/build.yml
with:
version: ${{ github.ref_name }}
upload:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v4
with:
name: tootik-${{ github.ref_name }}
path: artifacts
- uses: softprops/action-gh-release@v2
with:
files: artifacts/tootik-*
fail_on_unmatched_files: true