diff --git a/.github/workflows/test-kubo-e2e.yml b/.github/workflows/test-kubo-e2e.yml index 4abc78fe0..be0ed4bad 100644 --- a/.github/workflows/test-kubo-e2e.yml +++ b/.github/workflows/test-kubo-e2e.yml @@ -21,7 +21,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v4 with: - go-version: 1.23 + go-version: 1.22 - uses: actions/checkout@v3 with: path: 'gateway-conformance' diff --git a/Dockerfile b/Dockerfile index e44cd3b39..bfb7bca66 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.23-alpine +FROM golang:1.22-alpine WORKDIR /app ENV GATEWAY_CONFORMANCE_HOME=/app \ GOCACHE=/go/cache diff --git a/fixtures/ipns_records/generator/go.mod b/fixtures/ipns_records/generator/go.mod index dc3ff58bc..5d1ebe67e 100644 --- a/fixtures/ipns_records/generator/go.mod +++ b/fixtures/ipns_records/generator/go.mod @@ -1,6 +1,6 @@ module generator -go 1.23 +go 1.22 require ( github.com/ipfs/boxo v0.23.0 diff --git a/go.mod b/go.mod index 151f42f41..bc6373f45 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/ipfs/gateway-conformance -go 1.23 +go 1.22 require ( github.com/ipfs/boxo v0.23.0