Skip to content

Commit

Permalink
Update go version in readme
Browse files Browse the repository at this point in the history
Also update golangci-lint action input

Signed-off-by: Zach Steindler <[email protected]>
  • Loading branch information
steiza committed Oct 1, 2024
1 parent 92297a8 commit 0bd5291
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
args: --timeout=5m --verbose
# sometimes the pkg cache gets corrupted, skipping cache avoids this
# https://github.com/golangci/golangci-lint-action/issues/23
skip-pkg-cache: true
skip-cache: true
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Documentation is found in the [`docs`](./docs) subdirectory.
Tested with:

- Unix-compatible OS and Windows
- [Go 1.22](https://go.dev/doc/install)
- [Go 1.23](https://go.dev/doc/install)

Note that we do not provide built versions of this library, but you can see what architectures your version of `go` supports with `go tool dist list`.

Expand Down

0 comments on commit 0bd5291

Please sign in to comment.