Skip to content

Commit 082011f

Browse files
chore(deps): update dependency go to 1.26
1 parent e3315c2 commit 082011f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
fetch-depth: 2
1212
- uses: actions/setup-go@v6.2.0
1313
with:
14-
go-version: '1.25'
14+
go-version: '1.26'
1515
- name: Run coverage
1616
run: go env -w GOTOOLCHAIN=go1.25.0+auto && go test -coverpkg=./... ./... -race -coverprofile=coverage.out -covermode=atomic
1717
- name: Upload coverage to Codecov

.github/workflows/go.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.2.0
2121
with:
22-
go-version: '1.25'
22+
go-version: '1.26'
2323

2424
- name: Build
2525
run: go build -v ./...

0 commit comments

Comments
 (0)