From 0bd5291f6fbc485e53fa9afe36359fd2ee17d7cb Mon Sep 17 00:00:00 2001 From: Zach Steindler Date: Tue, 1 Oct 2024 14:29:37 -0400 Subject: [PATCH] Update go version in readme Also update golangci-lint action input Signed-off-by: Zach Steindler --- .github/workflows/golangci-lint.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 604af7d..60e5dc3 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -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 diff --git a/README.md b/README.md index 2d6f863..09cbdaf 100644 --- a/README.md +++ b/README.md @@ -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`.