Skip to content

Commit

Permalink
bump go update minimum golang
Browse files Browse the repository at this point in the history
  • Loading branch information
faddat committed Apr 4, 2024
1 parent bb0751a commit fc760ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/govulncheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/setup-go@v5
with:
go-version: "1.21"
go-version: "1.22"
check-latest: true
- uses: actions/checkout@v4
- uses: technote-space/get-diff-action@v6
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ recommend depending on this library for new projects.

## Minimum Go Version

Go 1.21+
Go 1.22+

## Supported Database Backends

Expand Down

0 comments on commit fc760ae

Please sign in to comment.