diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 48fef26..d5018b5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ jobs: - name: Set up Go 1.x uses: actions/setup-go@v2 with: - go-version: ^1.15 + go-version: 1.19.2 - name: Check out code into the Go module directory uses: actions/checkout@v2 @@ -27,7 +27,7 @@ jobs: uses: golangci/golangci-lint-action@v2 with: # Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version. - version: v1.33 + version: v1.53.3 # Optional: working directory, useful for monorepos # working-directory: somedir diff --git a/.golangci.yml b/.golangci.yml index 21dd779..75449c2 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -122,6 +122,10 @@ linters: enable-all: true disable: - gomnd + - depguard + - tagliatelle + - varnamelen + - wrapcheck issues: exclude: