Skip to content

Commit cdfd8f2

Browse files
authored
Merge pull request #1161 from wader/bump-github-go-version-1.24.5
Update github-go-version to 1.24.5 from 1.24.4
2 parents 0907065 + ee578f9 commit cdfd8f2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/setup-go@v5
1717
with:
18-
go-version: "1.24.4"
18+
go-version: "1.24.5"
1919
- uses: actions/checkout@v4
2020
- uses: golangci/golangci-lint-action@v7
2121
with:
@@ -52,7 +52,7 @@ jobs:
5252
- uses: actions/checkout@v3
5353
- uses: actions/setup-go@v3
5454
with:
55-
go-version: "1.24.4"
55+
go-version: "1.24.5"
5656
- name: Test
5757
env:
5858
CGO_ENABLED: ${{ matrix.CGO_ENABLED }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v4
1616
- uses: actions/setup-go@v5
1717
with:
18-
go-version: "1.24.4"
18+
go-version: "1.24.5"
1919
- uses: goreleaser/goreleaser-action@v6
2020
with:
2121
distribution: goreleaser

0 commit comments

Comments
 (0)