From ff7ca125af0ea9dd131ef14230f15e54d3d684da Mon Sep 17 00:00:00 2001 From: Carson Date: Thu, 13 Jun 2024 10:00:14 +0800 Subject: [PATCH] ( update to 1.22 ) --- .github/workflows/go_test.yaml | 2 +- v2/go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go_test.yaml b/.github/workflows/go_test.yaml index b035987..c4a0760 100644 --- a/.github/workflows/go_test.yaml +++ b/.github/workflows/go_test.yaml @@ -18,7 +18,7 @@ jobs: matrix: # [ubuntu-latest, macos-latest, windows-latest] platform: [ windows-latest ] - go-version: [ 1.19.x ] + go-version: [ 1.22.x ] runs-on: ${{ matrix.platform }} name: Integration tests steps: diff --git a/v2/go.mod b/v2/go.mod index 870ae7d..ab03efa 100644 --- a/v2/go.mod +++ b/v2/go.mod @@ -1,3 +1,3 @@ module github.com/CarsonSlovoka/go-pkg/v2 -go 1.21 +go 1.22