File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.25 '
24+ go-version : ' 1.26 '
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.25 '
55+ go-version : ' 1.26 '
5656 check-latest : true
5757
5858 - name : Install libraries for ubuntu
6262 - name : Run golangci-lint
6363 uses : golangci/golangci-lint-action@v9
6464 with :
65- version : v2.6
65+ version : v2.11
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.25 ` and ` make ` .
7+ Installing ` renku-dev-utils ` requires go version ` >= v1.26 ` 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.25.5
3+ go 1.26.1
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