Skip to content

Commit 9c34e57

Browse files
author
razvan
committed
ci: update Go version from 1.22 to 1.24 to match go.mod
go.mod requires Go 1.24.4 but CI workflows were using Go 1.22, causing 'no such file or directory' errors during test runs. Signed-off-by: doITmagic <razvan@doitmagic.com>
1 parent 4cbac50 commit 9c34e57

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Set up Go
4141
uses: actions/setup-go@v5
4242
with:
43-
go-version: '1.22'
43+
go-version: '1.24'
4444
cache: true
4545

4646
- name: Run GoReleaser

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
- name: Set up Go
1919
uses: actions/setup-go@v5
2020
with:
21-
go-version: '1.22'
21+
go-version: '1.24'
2222
cache: true
2323

2424
- name: Download dependencies
@@ -54,7 +54,7 @@
5454
- name: Set up Go
5555
uses: actions/setup-go@v5
5656
with:
57-
go-version: '1.22'
57+
go-version: '1.24'
5858
cache: true
5959

6060
- name: golangci-lint

0 commit comments

Comments
 (0)