Skip to content

Commit

Permalink
Add Go Build Setup
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinTimperio committed Dec 23, 2024
1 parent a0faa32 commit b09269f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Setup Go 1.22
uses: actions/setup-go@v5
with:
go-version: "1.22"

- name: Test
run: |
sudo apt update -y
Expand Down

0 comments on commit b09269f

Please sign in to comment.