From 61bd5f45d3c13f7cf53fc89d2c6f29196bfb81da Mon Sep 17 00:00:00 2001 From: Brandon Tassone Date: Sun, 12 Nov 2023 23:12:40 -0500 Subject: [PATCH] Update go version to 1.21 and test.yaml (#6) Co-authored-by: bt353 --- .github/workflows/test.yaml | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 616c330..52208e8 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -9,7 +9,7 @@ jobs: strategy: matrix: go-version: - - "1.18.x" + - "1.21.x" os: - "ubuntu-latest" diff --git a/go.mod b/go.mod index 5d5e812..ebe7d8f 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ module github.com/YaleSpinup/apierror -go 1.18 +go 1.21