File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2121 - name : Install Go
2222 uses : actions/setup-go@v6
2323 with :
24- go-version : ' 1.24.2 '
24+ go-version : ' 1.25 '
2525 check-latest : true
2626
2727 - name : Install libraries for ubuntu
5252 - name : Install Go
5353 uses : actions/setup-go@v6
5454 with :
55- go-version : ' 1.24.2 '
55+ go-version : ' 1.25 '
5656 check-latest : true
5757
5858 - name : Install libraries for ubuntu
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Miscellanous utilities for the @SwissDataScienceCenter/renku team.
44
55## Installation
66
7- Installing ` renku-dev-utils ` requires go version ` >= v1.24.1 ` and ` make ` .
7+ Installing ` renku-dev-utils ` requires go version ` >= v1.25 ` and ` make ` .
88
99``` bash
1010make rdu
Original file line number Diff line number Diff line change 11module github.com/SwissDataScienceCenter/renku-dev-utils
22
3- go 1.24.2
3+ go 1.25.4
44
55tool github.com/oapi-codegen/oapi-codegen/v2/cmd/oapi-codegen
66
You can’t perform that action at this time.
0 commit comments