From 93512bf0b5005faaa0b0d8e1d525ccbeddfb6ee0 Mon Sep 17 00:00:00 2001 From: Nate Maninger Date: Tue, 26 Mar 2024 20:53:03 -0700 Subject: [PATCH] update golang test action --- .github/actions/test/action.yml | 2 +- go.mod | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/actions/test/action.yml b/.github/actions/test/action.yml index 82b01f0..dcbd1c5 100644 --- a/.github/actions/test/action.yml +++ b/.github/actions/test/action.yml @@ -15,6 +15,6 @@ runs: with: skip-cache: true - name: Test - uses: n8maninger/action-golang-test@v1 + uses: n8maninger/action-golang-test@v2 with: args: "-race;-tags=testing netgo" diff --git a/go.mod b/go.mod index c467f86..0e97c1e 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,6 @@ module go.sia.tech/fsd -go 1.21.6 - -toolchain go1.21.7 +go 1.21.7 require ( github.com/hashicorp/golang-lru/v2 v2.0.7