We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55fc869 commit 93edae0Copy full SHA for 93edae0
.github/workflows/validate_pr.yml
@@ -12,20 +12,20 @@ jobs:
12
- uses: actions/checkout@v4
13
- uses: actions/setup-go@v5
14
with:
15
- go-version: 1.22
+ go-version: 1.23
16
cache: false
17
- name: golangci-lint
18
- uses: golangci/golangci-lint-action@v4
+ uses: golangci/golangci-lint-action@v6
19
20
- version: v1.54
+ version: v1.64
21
unit_tests:
22
name: Unit-Tests
23
runs-on: ubuntu-latest
24
steps:
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