File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4646 - name : Install Go
4747 uses : actions/setup-go@v5
4848 with :
49- go-version : 1.23.x
49+ go-version : 1.24x
5050 cache-dependency-path : " go.sum"
5151
5252 - name : Build images
Original file line number Diff line number Diff line change 2424 - name : Install Go
2525 uses : actions/setup-go@v5
2626 with :
27- go-version : 1.23.x
27+ go-version : 1.24x
2828 cache-dependency-path : " go.sum"
2929
3030 - name : Run tests
Original file line number Diff line number Diff line change 2121 - name : Install Go
2222 uses : actions/setup-go@v5
2323 with :
24- go-version : 1.23.x
24+ go-version : 1.24x
2525 cache-dependency-path : " go.sum"
2626
2727 - name : Check for changes in go.mod
Original file line number Diff line number Diff line change 2020 - name : Setup Go
2121 uses : actions/setup-go@v5
2222 with :
23- go-version : 1.23 .x
23+ go-version : 1.24 .x
2424 cache-dependency-path : " go.sum"
2525
2626 - name : Install protolint
6363 - name : Setup Go
6464 uses : actions/setup-go@v5
6565 with :
66- go-version : 1.23.x
66+ go-version : 1.24x
6767 cache-dependency-path : " go.sum"
6868
6969 - name : Check for changes in specific paths
Original file line number Diff line number Diff line change 11module github.com/absmach/supermq
22
3- go 1.23.4
3+ go 1.24.2
44
55require (
66 github.com/0x6flab/namegenerator v1.4.0
You can’t perform that action at this time.
0 commit comments