From 45a9e0d1eb0a9b3ec8e91db44736a53ab136eba5 Mon Sep 17 00:00:00 2001 From: Cody Lee Date: Mon, 9 Sep 2024 08:50:21 -0500 Subject: [PATCH] update base go toolchain, upgrade golangci-lint to address symbol issues --- .github/workflows/build.yml | 2 +- go.mod | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1a015adb..6b8735d1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -48,4 +48,4 @@ jobs: uses: golangci/golangci-lint-action@v6 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.54 + version: v1.60 diff --git a/go.mod b/go.mod index 32145248..843b14ab 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,8 @@ module github.com/unpoller/unpoller -go 1.21 +go 1.23 -toolchain go1.22.1 +toolchain go1.23.1 require ( github.com/DataDog/datadog-go v4.8.3+incompatible