Skip to content

chore(deps): bump golang.org/x/net from 0.36.0 to 0.38.0 #47

chore(deps): bump golang.org/x/net from 0.36.0 to 0.38.0

chore(deps): bump golang.org/x/net from 0.36.0 to 0.38.0 #47

Workflow file for this run

on:
push:
pull_request:
name: Build Release
jobs:
Build:
if: startsWith(github.ref, 'refs/tags/v')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v2
with:
go-version: "1.19"
- run: bash .cross_compile.sh
- name: Release
uses: softprops/action-gh-release@v1
with:
draft: false
files: |
dist/*
env:
GITHUB_TOKEN: ${{ secrets.GT_Token }}