From acd6964aefa2df329fb4e779be69928a5e6a03e3 Mon Sep 17 00:00:00 2001 From: Sheldon Hull Date: Tue, 23 Jan 2024 16:34:42 +0100 Subject: [PATCH] fix: remove toolchain --- .trunk/trunk.yaml | 2 +- go.mod | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.trunk/trunk.yaml b/.trunk/trunk.yaml index 51b495d..63e3d9f 100644 --- a/.trunk/trunk.yaml +++ b/.trunk/trunk.yaml @@ -33,7 +33,7 @@ lint: - .changes/unreleased/*.yaml runtimes: enabled: - - go@1.20.3 + - go@1.21.6 - node@16.14.2 - python@3.10.3 actions: diff --git a/go.mod b/go.mod index 028b78e..b188049 100644 --- a/go.mod +++ b/go.mod @@ -2,8 +2,6 @@ module github.com/DelineaXPM/dsv-sdk-go/v2 go 1.21 -toolchain go1.21.6 - require ( github.com/aws/aws-sdk-go v1.49.21 github.com/magefile/mage v1.15.0