Skip to content

Commit

Permalink
setup go
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffFaer committed Feb 13, 2024
1 parent 23f73bb commit 34a9c85
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ jobs:
-
name: Checkout
uses: actions/checkout@v4
-
name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.22
-
name: Run Mage
uses: magefile/mage-action@v3
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/git.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ jobs:
-
name: Checkout
uses: actions/checkout@v4
-
name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.22
-
name: Run Mage
uses: magefile/mage-action@v3
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/tmux-vcs-sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ jobs:
-
name: Checkout
uses: actions/checkout@v4
-
name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.22
-
name: Run Mage
uses: magefile/mage-action@v3
Expand Down

0 comments on commit 34a9c85

Please sign in to comment.