Skip to content

Commit

Permalink
bumping to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
zveinn committed Jul 9, 2024
1 parent c2b9822 commit 8f88569
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/vulncheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [ 1.22.4]
go-version: [ 1.22.5 ]
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/minio/hperf

go 1.22.4
go 1.22.5

require (
github.com/dustin/go-humanize v1.0.1
Expand Down

0 comments on commit 8f88569

Please sign in to comment.