Skip to content

Commit

Permalink
Add Go setup script to package.json
Browse files Browse the repository at this point in the history
* **Scripts**
  - Add `setup-go` script to run the Go setup action using `node .github/workflows/setup-go.yml`
  • Loading branch information
Setland34 committed Jan 16, 2025
1 parent c2107f1 commit b56a03b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
"attributions:generate": "./development/generate-attributions.sh",
"ci-rerun-from-failed": "tsx .circleci/scripts/rerun-ci-workflow-from-failed.ts",
"git-diff-default-branch": "tsx .circleci/scripts/git-diff-default-branch.ts",
"setup-go": "actions/setup-go@v5.2.0"
"setup-go": "node .github/workflows/setup-go.yml"
},
"resolutions": {
"chokidar": "^3.6.0",
Expand Down

0 comments on commit b56a03b

Please sign in to comment.