We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfbbef2 commit 36ba8a3Copy full SHA for 36ba8a3
.github/workflows/lint_test_postman.yml
@@ -15,7 +15,7 @@ jobs:
15
- uses: actions/checkout@v5
16
- uses: actions/setup-go@v6
17
with:
18
- go-version: "1.25.2"
+ go-version: "1.25.3"
19
- name: golangci-lint
20
uses: golangci/golangci-lint-action@v8
21
@@ -26,7 +26,7 @@ jobs:
26
27
28
29
30
- run: mkdir -p test_results/
31
- name: Test
32
run: go test -coverprofile=test_results/coverage.out -json ./... > test_results/test-report.json
@@ -64,7 +64,7 @@ jobs:
64
- name: Set up Go
65
uses: actions/setup-go@v6
66
67
68
69
- name: Install dependencies
70
run: go mod download
0 commit comments