We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e09b7f commit d9fd195Copy full SHA for d9fd195
2 files changed
.github/workflows/go.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Set up Go
25
uses: actions/setup-go@v4
26
with:
27
- go-version: 1.23.6
+ go-version: 1.25.1
28
29
- name: Lint Go Code
30
run: |
@@ -45,7 +45,7 @@ jobs:
45
46
47
48
49
50
- name: Run Unit tests
51
run: make test
@@ -73,7 +73,7 @@ jobs:
73
74
75
76
77
78
- name: Build
79
run: make build && make build-sponge
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
18
19
20
21
22
23
- name: Create release on GitHub
uses: goreleaser/goreleaser-action@v3
0 commit comments