From 4697da427960a6ae222633e46efc718a359160c7 Mon Sep 17 00:00:00 2001 From: Nate Maninger Date: Mon, 10 Jun 2024 09:46:23 -0700 Subject: [PATCH] ci: update golangci-lint --- .github/actions/test/action.yml | 2 +- go.mod | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/actions/test/action.yml b/.github/actions/test/action.yml index 525bef98..171d0a75 100644 --- a/.github/actions/test/action.yml +++ b/.github/actions/test/action.yml @@ -11,7 +11,7 @@ runs: shell: bash run: go generate ./... - name: Lint - uses: golangci/golangci-lint-action@v4 + uses: golangci/golangci-lint-action@v6 with: skip-cache: true - name: Test diff --git a/go.mod b/go.mod index a47b627d..56d2c763 100644 --- a/go.mod +++ b/go.mod @@ -2,6 +2,8 @@ module go.sia.tech/hostd go 1.21.8 +toolchain go1.22.3 + require ( github.com/aws/aws-sdk-go v1.53.19 github.com/cloudflare/cloudflare-go v0.97.0