Skip to content

Commit 1d02482

Browse files
chore(deps-dev): update dependency go to 1.26.x
1 parent a81bfe9 commit 1d02482

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@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.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@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.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@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
2424
with:
25-
go-version: 1.25.x
25+
go-version: 1.26.x
2626
- name: Docker Login
2727
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
2828
with:

0 commit comments

Comments
 (0)