Skip to content

Commit 7e65cbd

Browse files
author
sapcc-bot
committed
Run go-makefile-maker
1 parent 95aab33 commit 7e65cbd

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
3232
with:
3333
check-latest: true
34-
go-version: 1.26.4
34+
go-version: 1.26.5
3535
- name: Run golangci-lint
3636
uses: golangci/golangci-lint-action@ba0d7d2ec06a0ea1cb5fa41b2e4a3ab91d21278a # v9
3737
with:

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
3535
with:
3636
check-latest: true
37-
go-version: 1.26.4
37+
go-version: 1.26.5
3838
- name: Build all binaries
3939
run: make build-all
4040
code_coverage:
@@ -72,7 +72,7 @@ jobs:
7272
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
7373
with:
7474
check-latest: true
75-
go-version: 1.26.4
75+
go-version: 1.26.5
7676
- name: Run tests and generate coverage report
7777
run: make build/cover.out
7878
- name: Archive code coverage results

.github/workflows/codeql.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
3535
with:
3636
check-latest: true
37-
go-version: 1.26.4
37+
go-version: 1.26.5
3838
- name: Initialize CodeQL
3939
uses: github/codeql-action/init@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v4
4040
with:

0 commit comments

Comments
 (0)