Skip to content

Commit a16b1fe

Browse files
updating ci files to use Go v1.25.8 (#254)
1 parent 537016c commit a16b1fe

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
- name: Set up Go
9797
uses: actions/setup-go@v5
9898
with:
99-
go-version: '1.24.6'
99+
go-version: '1.25.8'
100100

101101
- name: Build Go Binary
102102
env:

.github/workflows/coverage.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@v5
1818
with:
19-
go-version: 1.24
19+
go-version: 1.25
2020

2121
- name: Install dependencies
2222
run: |

.github/workflows/go_lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Go
2121
uses: actions/setup-go@v5
2222
with:
23-
go-version: 1.24
23+
go-version: 1.25
2424

2525
- name: Lint
2626
uses: golangci/golangci-lint-action@v7

.github/workflows/go_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Go
1717
uses: actions/setup-go@v5
1818
with:
19-
go-version: 1.24
19+
go-version: 1.25
2020

2121
- name: Install dependencies
2222
run: |

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Go
1919
uses: actions/setup-go@v5
2020
with:
21-
go-version: 1.24
21+
go-version: 1.25
2222

2323
- name: Run GoReleaser
2424
uses: goreleaser/goreleaser-action@v6

0 commit comments

Comments
 (0)