Skip to content

Commit 1a013ba

Browse files
web3-botgalargh
andauthored
ci: uci/update-go (#242)
* chore!: bump go.mod to Go 1.24 and run go fix BREAKING CHANGE: Updating the Go version to 1.24 * chore!: bump go.mod to Go 1.24 and run go fix BREAKING CHANGE: Updating the Go version to 1.24 * chore: update Go in test-kubo-e2e workflow * chore: update Go in Dockerfile --------- Co-authored-by: Piotr Galar <[email protected]>
1 parent 5962ca0 commit 1a013ba

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup Go
2424
uses: actions/setup-go@v4
2525
with:
26-
go-version: 1.23
26+
go-version: 1.24
2727
- uses: actions/checkout@v3
2828
with:
2929
path: 'gateway-conformance'

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.23-alpine
1+
FROM golang:1.24-alpine
22
WORKDIR /app
33
ENV GATEWAY_CONFORMANCE_HOME=/app \
44
GOCACHE=/go/cache

fixtures/ipns_records/generator/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module generator
22

3-
go 1.23
3+
go 1.24
44

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

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/ipfs/gateway-conformance
22

3-
go 1.23.8
4-
5-
toolchain go1.23.9
3+
go 1.24
64

75
require (
86
github.com/ipfs/boxo v0.31.0

0 commit comments

Comments
 (0)