diff --git a/.github/workflows/gateway-conformance.yml b/.github/workflows/gateway-conformance.yml index f720986..db3a0fe 100644 --- a/.github/workflows/gateway-conformance.yml +++ b/.github/workflows/gateway-conformance.yml @@ -83,7 +83,7 @@ jobs: path: rainbow - name: Setup Go - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: go-version-file: 'rainbow/go.mod' cache-dependency-path: 'rainbow/go.sum'