Skip to content

Commit 0c2a48c

Browse files
authored
build: upgrade to go v1.26.1 (#86)
1 parent bb1f464 commit 0c2a48c

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/test.yaml

Lines changed: 3 additions & 3 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.25'
24+
go-version: '1.26'
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.25'
55+
go-version: '1.26'
5656
check-latest: true
5757

5858
- name: Install libraries for ubuntu
@@ -62,4 +62,4 @@ jobs:
6262
- name: Run golangci-lint
6363
uses: golangci/golangci-lint-action@v9
6464
with:
65-
version: v2.6
65+
version: v2.11

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.25` and `make`.
7+
Installing `renku-dev-utils` requires go version `>= v1.26` 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.25.5
3+
go 1.26.1
44

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

0 commit comments

Comments
 (0)