We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d7784c commit fcb8445Copy full SHA for fcb8445
.github/workflows/build-test.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Set up Go
17
uses: actions/setup-go@v4
18
with:
19
- go-version: '1.22'
+ go-version: '1.24'
20
21
- name: Build
22
run: go build -v ./...
.github/workflows/release.yml
@@ -40,7 +40,7 @@ jobs:
40
41
42
43
44
45
- name: Build and prepare release folder
46
id: build_release
TODO.md
@@ -7,8 +7,7 @@ in the future.
7
8
### Build and CI
9
10
-- update and re-run mockery
11
-- update Go to latest 1.24
+- update Go to the latest 1.25
12
- update deps
13
- update and re-run mockery
14
- integration tests
0 commit comments