File tree Expand file tree Collapse file tree 5 files changed +8
-10
lines changed Expand file tree Collapse file tree 5 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 1111 strategy :
1212 matrix :
1313 platform : [ubuntu-24.04]
14- go-version : [1.23 .x]
14+ go-version : [1.24 .x]
1515 runs-on : ${{ matrix.platform }}
1616 steps :
1717 - uses : actions/setup-go@v4
3737 - name : Set up Go
3838 uses : actions/setup-go@v4
3939 with :
40- go-version : 1.23 .x
40+ go-version : 1.24 .x
4141 cache : true
4242 cache-dependency-path : go.sum
4343 - name : Run go mod tidy
5454 - name : Set up Go
5555 uses : actions/setup-go@v4
5656 with :
57- go-version : 1.23 .x
57+ go-version : 1.24 .x
5858 cache : true
5959 cache-dependency-path : go.sum
6060 - name : Set up test-env
8080 - name : Set up Go
8181 uses : actions/setup-go@v4
8282 with :
83- go-version : 1.23 .x
83+ go-version : 1.24 .x
8484 cache : true
8585 cache-dependency-path : go.sum
8686 - name : Build
Original file line number Diff line number Diff line change 2121 - name : Setup Go
2222 uses : actions/setup-go@master
2323 with :
24- go-version : 1.23
24+ go-version : 1.24
2525
2626 - name : Run utility
2727 run : |
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ Ensure the following are installed on your local machine:
6464- Docker
6565- kubectl
6666- Kubernetes (e.g., Minikube or Kind)
67- - Golang (v1.23 or later)
67+ - Golang (v1.24 or later)
6868- Make
6969- Git
7070
Original file line number Diff line number Diff line change 11# Build the manager binary
2- FROM golang:1.23 as builder
2+ FROM golang:1.24 as builder
33
44WORKDIR /workspace
55# Copy the Go Modules manifests
Original file line number Diff line number Diff line change 11module github.com/meshery/meshery-operator
22
3- go 1.23.0
4-
5- toolchain go1.23.4
3+ go 1.24.0
64
75require (
86 github.com/go-logr/logr v1.4.2
You can’t perform that action at this time.
0 commit comments