Skip to content

Commit 23f99b3

Browse files
authored
Merge pull request #39 from renovate-bot/renovate/routine-dependency-updates
chore(deps): update dependency go to v1.26.3
2 parents e084862 + d49a042 commit 23f99b3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Go
1616
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
1717
with:
18-
go-version: '1.26.2'
18+
go-version: '1.26.3'
1919
cache-dependency-path: go.sum
2020

2121
- name: Run tests with coverage
@@ -61,7 +61,7 @@ jobs:
6161
- name: Set up Go
6262
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
6363
with:
64-
go-version: '1.26.2'
64+
go-version: '1.26.3'
6565
cache-dependency-path: go.sum
6666

6767
- name: Run go vet
@@ -76,7 +76,7 @@ jobs:
7676
- name: Set up Go
7777
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
7878
with:
79-
go-version: '1.26.2'
79+
go-version: '1.26.3'
8080
cache-dependency-path: go.sum
8181

8282
- name: Install golangci-lint
@@ -96,7 +96,7 @@ jobs:
9696
- name: Set up Go
9797
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
9898
with:
99-
go-version: '1.26.2'
99+
go-version: '1.26.3'
100100
cache-dependency-path: go.sum
101101

102102
- name: Run go mod tidy

0 commit comments

Comments
 (0)