Skip to content

Commit e5e6310

Browse files
chore(deps): update dependency go to v1.25.4
1 parent cfbbef2 commit e5e6310

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/lint_test_postman.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v5
1616
- uses: actions/setup-go@v6
1717
with:
18-
go-version: "1.25.2"
18+
go-version: "1.25.4"
1919
- name: golangci-lint
2020
uses: golangci/golangci-lint-action@v8
2121

@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/checkout@v5
2727
- uses: actions/setup-go@v6
2828
with:
29-
go-version: "1.25.2"
29+
go-version: "1.25.4"
3030
- run: mkdir -p test_results/
3131
- name: Test
3232
run: go test -coverprofile=test_results/coverage.out -json ./... > test_results/test-report.json
@@ -64,7 +64,7 @@ jobs:
6464
- name: Set up Go
6565
uses: actions/setup-go@v6
6666
with:
67-
go-version: "1.25.2"
67+
go-version: "1.25.4"
6868

6969
- name: Install dependencies
7070
run: go mod download

0 commit comments

Comments
 (0)