Skip to content

Commit

Permalink
use go 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
gammazero committed Sep 19, 2024
1 parent 34fafed commit 670c667
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-kubo-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.23-alpine
FROM golang:1.22-alpine
WORKDIR /app
ENV GATEWAY_CONFORMANCE_HOME=/app \
GOCACHE=/go/cache
Expand Down
2 changes: 1 addition & 1 deletion fixtures/ipns_records/generator/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module generator

go 1.23
go 1.22

require (
github.com/ipfs/boxo v0.23.0
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/ipfs/gateway-conformance

go 1.23
go 1.22

require (
github.com/ipfs/boxo v0.23.0
Expand Down

0 comments on commit 670c667

Please sign in to comment.