Skip to content

Commit f9be4d7

Browse files
author
sapcc-bot
committed
Run go-makefile-maker
1 parent 8ccf763 commit f9be4d7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
uses: actions/setup-go@v5
4343
with:
4444
check-latest: true
45-
go-version: 1.23.2
45+
go-version: 1.23.4
4646
- name: Run golangci-lint
4747
uses: golangci/golangci-lint-action@v6
4848
with:

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
uses: actions/setup-go@v5
4646
with:
4747
check-latest: true
48-
go-version: 1.23.2
48+
go-version: 1.23.4
4949
test:
5050
name: Test
5151
needs:
@@ -58,7 +58,7 @@ jobs:
5858
uses: actions/setup-go@v5
5959
with:
6060
check-latest: true
61-
go-version: 1.23.2
61+
go-version: 1.23.4
6262
- name: Run tests and generate coverage report
6363
run: make build/cover.out
6464
- name: Upload coverage report to Coveralls

.github/workflows/codeql.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
uses: actions/setup-go@v5
4646
with:
4747
check-latest: true
48-
go-version: 1.23.2
48+
go-version: 1.23.4
4949
- name: Initialize CodeQL
5050
uses: github/codeql-action/init@v3
5151
with:

0 commit comments

Comments
 (0)