update base go toolchain, upgrade golangci-lint to address symbol issues

This commit is contained in:
Cody Lee 2024-09-09 08:50:21 -05:00
parent 29de6b5f00
commit 45a9e0d1eb
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View File

@ -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

4
go.mod
View File

@ -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