Skip to content

Commit ba84cd1

Browse files
committed
chore 🧹 (.github): update Go version in CI workflows
Signed-off-by: Zine Moualhi 🇵🇸 <zmoualhi@outlook.com>
1 parent c48bb04 commit ba84cd1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
- name: Set up Go
88
uses: actions/setup-go@v6.0.0
99
with:
10-
go-version: '1.22.1'
10+
go-version: '1.24.0'
1111
- name: Check out code
1212
uses: actions/checkout@v5.0.0
1313
- name: Set up Git

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Go
2020
uses: actions/setup-go@v6.0.0
2121
with:
22-
go-version: '1.22.1'
22+
go-version: '1.24.0'
2323
-
2424
name: Run GoReleaser
2525
uses: goreleaser/goreleaser-action@v6.4.0

0 commit comments

Comments
 (0)