We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6738d1a commit 3936fa4Copy full SHA for 3936fa4
.github/workflows/validate_pr.yml
@@ -12,7 +12,7 @@ jobs:
12
- uses: actions/checkout@v4
13
- uses: actions/setup-go@v5
14
with:
15
- go-version: 1.23
+ go-version: 1.24
16
cache: false
17
- name: golangci-lint
18
uses: golangci/golangci-lint-action@v6
@@ -25,7 +25,7 @@ jobs:
25
26
27
28
29
- name: Unit Tests
30
run: make test
31
build:
@@ -35,6 +35,6 @@ jobs:
35
36
37
38
39
- name: Build All
40
run: make all
0 commit comments