Skip to content

Commit

Permalink
add go
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Jan 4, 2025
1 parent 5b80d23 commit 192acc1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ jobs:
with:
node-version: '20.x'

- name: Use Go
uses: actions/setup-go@v5

- name: Print env
run: |
echo github.event.action: ${{ github.event.action }}
Expand Down

0 comments on commit 192acc1

Please sign in to comment.