Skip to content

Commit fcb8445

Browse files
committed
Update CI go version and TODO
1 parent 7d7784c commit fcb8445

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Go
1717
uses: actions/setup-go@v4
1818
with:
19-
go-version: '1.22'
19+
go-version: '1.24'
2020

2121
- name: Build
2222
run: go build -v ./...

.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@v4
4242
with:
43-
go-version: '1.22'
43+
go-version: '1.24'
4444

4545
- name: Build and prepare release folder
4646
id: build_release

TODO.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ in the future.
77

88
### Build and CI
99

10-
- update and re-run mockery
11-
- update Go to latest 1.24
10+
- update Go to the latest 1.25
1211
- update deps
1312
- update and re-run mockery
1413
- integration tests

0 commit comments

Comments
 (0)