Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v6
with:
go-version: '1.25'
go-version: '1.26'
check-latest: true

- name: Install libraries for ubuntu
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v6
with:
go-version: '1.25'
go-version: '1.26'
check-latest: true

- name: Install libraries for ubuntu
Expand All @@ -62,4 +62,4 @@ jobs:
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v9
with:
version: v2.6
version: v2.11
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Miscellanous utilities for the @SwissDataScienceCenter/renku team.

## Installation

Installing `renku-dev-utils` requires go version `>= v1.25` and `make`.
Installing `renku-dev-utils` requires go version `>= v1.26` and `make`.

```bash
make rdu
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/SwissDataScienceCenter/renku-dev-utils

go 1.25.5
go 1.26.1

tool github.com/oapi-codegen/oapi-codegen/v2/cmd/oapi-codegen

Expand Down
Loading