Skip to content

Commit

Permalink
fix test pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
bentohset committed Mar 31, 2024
1 parent c14fc10 commit 8dee645
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ jobs:
name: Run tests
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.17.2
uses: actions/setup-go@v2
- name: Checkout
uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.17.2
go-version: '1.22.0'
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Run unit tests
run: go test ./...

0 comments on commit 8dee645

Please sign in to comment.