Skip to content

Commit df2fa4c

Browse files
web3-botgalargh
andauthored
ci: uci/update-go (#1069)
* chore!: bump go.mod to Go 1.25 and run go fix BREAKING CHANGE: Updating the Go version to 1.25 * Update Go base image to version 1.25 * Update base image from bullseye to bookworm * Update Go version in go-fuzz workflow --------- Co-authored-by: Piotr Galar <piotr.galar@gmail.com>
1 parent 3bc8345 commit df2fa4c

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/go-fuzz.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v4
1818
- uses: actions/setup-go@v5
1919
with:
20-
go-version: '1.22'
20+
go-version: '1.25'
2121
- name: Fuzz
2222
env:
2323
FUZZTIME: 30s
@@ -47,4 +47,4 @@ jobs:
4747
repo: context.repo.repo,
4848
body: 'Fuzz test failed on commit ${{ github.event.pull_request.head.sha }}. To troubleshoot locally, download the seed corpus using [GitHub CLI](https://cli.github.com) by running:\n```shell\ngh run download ${{ github.run_id }} -n testdata\n```\nAlternatively, download directly from [here](${{ steps.testdata-upload.outputs.artifact-url }}).'
4949
})
50-
50+

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24-bullseye AS build
1+
FROM golang:1.25-bookworm AS build
22

33
WORKDIR /go/src/f3
44

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/filecoin-project/go-f3
22

3-
go 1.24.6
3+
go 1.25
44

55
require (
66
github.com/consensys/gnark-crypto v0.18.1

0 commit comments

Comments
 (0)