From 1de113b0be5bfbbbaa3d7b0931e097351e6ca20f Mon Sep 17 00:00:00 2001 From: Prashant V Date: Tue, 8 Oct 2024 22:03:18 -0700 Subject: [PATCH] Bump go version to 1.23.2 --- .github/workflows/action.yaml | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/action.yaml b/.github/workflows/action.yaml index 135dcb3..d3b4466 100644 --- a/.github/workflows/action.yaml +++ b/.github/workflows/action.yaml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go: ['1.16', '1.17'] + go: ['1.22', '1.23'] name: Go ${{ matrix.go }} tests steps: - uses: actions/checkout@v2 diff --git a/go.mod b/go.mod index 0eda2e4..006ee3c 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/prashantv/gostub -go 1.17 +go 1.23 require github.com/stretchr/testify v1.7.0