Skip to content

Commit

Permalink
Merge pull request #2 from michaelclapham/test-workflow
Browse files Browse the repository at this point in the history
Fix test workflow
  • Loading branch information
michaelclapham authored May 18, 2024
2 parents 6d0158b + d2a28fd commit 55b94f3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Setup Go ${{ matrix.go-version }}
uses: actions/setup-go@v5
with:
go-version: '1.22'

- name: Go version
run: go version

- name: Go build
run: go build

Expand Down

0 comments on commit 55b94f3

Please sign in to comment.