Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
0xJohnnyGault committed May 2, 2023
1 parent b6dd577 commit 1944bcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: build

on:
push:
pull_request:

tags:
- "*"
jobs:
xgo:
runs-on: ubuntu-latest
Expand Down
3 changes: 0 additions & 3 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,11 @@ import (
"os"
"runtime/debug"

"github.com/ava-labs/avalanchego/config"
"github.com/multisig-labs/gogotools/cmd"
"github.com/multisig-labs/gogotools/pkg/version"
)

func main() {
// Doing this to get github.com/Microsoft/go-winio to get imported :shrug:
_ = config.AvalancheGoDataDirVar
defer panicHandler()
cmd.Execute()
}
Expand Down

0 comments on commit 1944bcf

Please sign in to comment.