diff --git a/.github/workflows/acceptance-test.yml b/.github/workflows/acceptance-test.yml index d2987306..67b64669 100644 --- a/.github/workflows/acceptance-test.yml +++ b/.github/workflows/acceptance-test.yml @@ -16,7 +16,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: 1.21 + go-version: 1.22 - name: golangci-lint uses: golangci/golangci-lint-action@v3 @@ -40,7 +40,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: 1.21 + go-version: 1.22 - name: Checkout uses: actions/checkout@v4 diff --git a/go.mod b/go.mod index b0d053af..00917c1c 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,6 @@ module github.com/turbot/steampipe-plugin-sdk/v5 -go 1.21.0 - -toolchain go1.21.3 +go 1.22.4 //replace github.com/turbot/pipe-fittings => ../pipe-fittings