Skip to content

Commit

Permalink
Update Go
Browse files Browse the repository at this point in the history
This might fix the Windows build error.
  • Loading branch information
jeffallen committed Apr 22, 2024
1 parent 4875cdb commit 4c2b845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up go
uses: actions/setup-go@v1
with:
go-version: "1.18"
go-version: "1.22.2"
- run: go test -coverprofile=coverage.txt -covermode=atomic ./...
if: matrix.os == 'ubuntu-latest'
- run: go test
Expand Down

0 comments on commit 4c2b845

Please sign in to comment.