Skip to content

Commit 2b9bd52

Browse files
committed
chore: sync Go 1.24.3 to workflow files
Signed-off-by: Dorin Geman <[email protected]>
1 parent a108a8a commit 2b9bd52

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Go
2020
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c
2121
with:
22-
go-version: 1.24.2
22+
go-version: 1.24.3
2323
cache: true
2424

2525
- name: Install golangci-lint
@@ -45,7 +45,7 @@ jobs:
4545
- name: Set up Go
4646
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c
4747
with:
48-
go-version: 1.24.2
48+
go-version: 1.24.3
4949
cache: true
5050

5151
- name: Check go mod tidy

.github/workflows/integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Go
1717
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c
1818
with:
19-
go-version: 1.24.2
19+
go-version: 1.24.3
2020
cache: true
2121

2222
- name: Set up Docker Buildx

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Set up Go
4747
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c
4848
with:
49-
go-version: 1.24.2
49+
go-version: 1.24.3
5050
cache: true
5151

5252
- name: Run tests

0 commit comments

Comments
 (0)