Skip to content

Commit 433c6bb

Browse files
authored
build: bump go to v1.25 (#50)
1 parent 702ce30 commit 433c6bb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
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
@@ -52,7 +52,7 @@ jobs:
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
1010
make rdu

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/SwissDataScienceCenter/renku-dev-utils
22

3-
go 1.24.2
3+
go 1.25.4
44

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

0 commit comments

Comments
 (0)