From 424e3bb1412862bcc2dc5b5988f1065ea8d5ec2d Mon Sep 17 00:00:00 2001 From: Mustafa Elbehery Date: Thu, 28 Mar 2024 16:06:07 +0100 Subject: [PATCH] bump golang golangci-lint --- .github/workflows/golangci-lint.yml | 4 ++-- go.mod | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 28080a9..ef8de97 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -19,13 +19,13 @@ jobs: steps: - uses: actions/setup-go@v5 with: - go-version: 1.20.10 + go-version: 1.21.8 - uses: actions/checkout@v4 - name: golangci-lint uses: golangci/golangci-lint-action@v4 with: # Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version - version: v1.53 + version: v1.57.1 # Optional: working directory, useful for monorepos # working-directory: somedir diff --git a/go.mod b/go.mod index 3b42f29..73dc63f 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module go.etcd.io/gofail -go 1.20 +go 1.21 require github.com/stretchr/testify v1.9.0