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