Skip to content

Commit 7e38044

Browse files
authored
Merge pull request #222 from ipfs/uci/update-go
ci: uci/update-go
2 parents b65f03b + 7f32f55 commit 7e38044

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/test-kubo-e2e.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup Go
2222
uses: actions/setup-go@v4
2323
with:
24-
go-version: 1.21.8
24+
go-version: 1.22.7
2525
- uses: actions/checkout@v3
2626
with:
2727
path: 'gateway-conformance'

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.20-alpine
1+
FROM golang:1.22-alpine
22
WORKDIR /app
33
ENV GATEWAY_CONFORMANCE_HOME=/app \
44
GOCACHE=/go/cache

fixtures/ipns_records/generator/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module generator
22

3-
go 1.21
3+
go 1.22
44

55
require (
66
github.com/ipfs/boxo v0.12.0

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/ipfs/gateway-conformance
22

3-
go 1.21
3+
go 1.22
44

55
require (
66
github.com/ipfs/boxo v0.12.0

0 commit comments

Comments
 (0)