Skip to content

Add newer go versions and bump #31

Add newer go versions and bump

Add newer go versions and bump #31

Workflow file for this run

name: Release Package
on:
push:
tags:
- "*"
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.19
- name: Update checksum database
run: |
./bin/release