File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 - name : Setup go
2121 uses : actions/setup-go@v6
2222 with :
23- go-version : 1.23
23+ go-version : 1.24
2424 - run : make install
2525
2626 tidy :
3131 - name : Setup go
3232 uses : actions/setup-go@v6
3333 with :
34- go-version : 1.23
34+ go-version : 1.24
3535 - run : |
3636 go mod tidy
3737 CHANGES_IN_REPO=$(git status --porcelain)
Original file line number Diff line number Diff line change 6565 - name : Setup Go with cache
6666 uses : magnetikonline/action-golang-cache@v5
6767 with :
68- go-version : 1.23
68+ go-version : 1.24
6969 id : go
7070
7171 - name : Checkout repository
@@ -113,7 +113,7 @@ jobs:
113113 - name : Setup Go with cache
114114 uses : magnetikonline/action-golang-cache@v5
115115 with :
116- go-version : 1.23
116+ go-version : 1.24
117117 id : go
118118
119119 - name : Checkout repository
Original file line number Diff line number Diff line change @@ -246,7 +246,7 @@ local-image:
246246ifeq (,$(shell which heighliner) )
247247 echo 'heighliner' binary not found. Consider running `make get-heighliner`
248248else
249- heighliner build -c persistence --go-version 1.23 --local -f ./chains.yaml
249+ heighliner build -c persistence --go-version 1.24 --local -f ./chains.yaml
250250endif
251251
252252.PHONY : get-heighliner local-image
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ chains.
3434
3535## Installation Steps
3636
37- > Prerequisite: Go 1.23.11 + required. [ ref] ( https://golang.org/doc/install )
37+ > Prerequisite: Go 1.24 + required. [ ref] ( https://golang.org/doc/install )
3838
3939> Prerequisite: git. [ ref] ( https://github.com/git/git )
4040
Original file line number Diff line number Diff line change 1- FROM golang:1.23.11 -alpine3.21 AS go-builder
1+ FROM golang:1.24 -alpine3.23 AS go-builder
22
33# Set up dependencies
44ENV PACKAGES curl make git libusb-dev libc-dev bash gcc linux-headers eudev-dev python3
Original file line number Diff line number Diff line change 1- FROM golang:1.23.11 -alpine3.21
1+ FROM golang:1.24 -alpine3.23
22
33# Set up dependencies
44ENV PACKAGES curl make git libusb-dev libc-dev bash gcc linux-headers eudev-dev python3 git
Original file line number Diff line number Diff line change 11module github.com/persistenceOne/persistenceCore/v17
22
3- go 1.23.11
3+ go 1.24
44
55toolchain go1.24.6
66
Original file line number Diff line number Diff line change 11module github.com/persistenceOne/persistenceCore/v17/interchaintest
22
3- go 1.23.11
3+ go 1.24
44
55toolchain go1.24.6
66
You can’t perform that action at this time.
0 commit comments