Skip to content

Commit 01d83dd

Browse files
chore(deps-dev): update dependency go to 1.26.x
1 parent a090462 commit 01d83dd

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yaml

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@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0
1818
with:
19-
go-version: 1.25.x
19+
go-version: 1.26.x
2020
- name: Tests
2121
run: make test
2222
- name: Send go coverage report

.github/workflows/pr-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Go
1919
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0
2020
with:
21-
go-version: 1.25.x
21+
go-version: 1.26.x
2222
- name: fmt
2323
run: make fmt
2424
- name: vet

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
fetch-depth: 0
2323
- uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0
2424
with:
25-
go-version: 1.25.x
25+
go-version: 1.26.x
2626
- name: Docker Login
2727
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
2828
with:

0 commit comments

Comments
 (0)