Skip to content

Commit

Permalink
modify workflows for go 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinavDhulipala committed Jan 19, 2025
1 parent 108733c commit 1f0eea6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
python-version: '3.10'
- uses: actions/setup-go@v5
with:
go-version: '>=1.20'
go-version: '>=1.23'
- uses: pre-commit/[email protected]

test:
Expand All @@ -28,5 +28,7 @@ jobs:
with:
python-version: '3.10'
- uses: actions/setup-go@v5
with:
go-version: '>=1.23'
- run: pip install psutil requests
- run: CGO_ENABLED=0 go test ./exporter

0 comments on commit 1f0eea6

Please sign in to comment.