Skip to content

Commit

Permalink
update vulncheck go-version
Browse files Browse the repository at this point in the history
  • Loading branch information
harshavardhana committed Mar 10, 2024
1 parent 0dacc4a commit bf1b772
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/vulncheck.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [ 1.21.7 ]
go-version: [ 1.21.8 ]
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v3
Expand Down
2 changes: 0 additions & 2 deletions examples/minio/go.mod
Expand Up @@ -2,8 +2,6 @@ module github.com/minio/minio-go/examples/minio

go 1.21

toolchain go1.21.7

require github.com/minio/minio-go/v7 v7.0.49

require (
Expand Down
2 changes: 0 additions & 2 deletions examples/s3/go.mod
Expand Up @@ -2,8 +2,6 @@ module github.com/minio/minio-go/examples/s3

go 1.21

toolchain go1.21.7

require (
github.com/cheggaaa/pb v1.0.29
github.com/minio/minio-go/v7 v7.0.49
Expand Down

0 comments on commit bf1b772

Please sign in to comment.