Skip to content

fix(deps): update module github.com/google/uuid to v1.6.0 #8

fix(deps): update module github.com/google/uuid to v1.6.0

fix(deps): update module github.com/google/uuid to v1.6.0 #8

Workflow file for this run

name: Exporter Release
on:
push:
tags:
- '*'
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
path: src/github.com/fsrv-xyz/transfer
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.21
- name: Release
shell: bash --noprofile --norc -x -eo pipefail {0}
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
run: |
curl --location http://git.io/goreleaser | bash