Skip to content

Commit 0fa3bf1

Browse files
Update dependency go to v1.26.3 (#35)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 010a264 commit 0fa3bf1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up Go
2323
uses: actions/setup-go@v6.4.0
2424
with:
25-
go-version: '1.25.7'
25+
go-version: '1.26.3'
2626

2727
- name: Check go mod tidy
2828
run: |
@@ -50,7 +50,7 @@ jobs:
5050
- name: Set up Go
5151
uses: actions/setup-go@v6.4.0
5252
with:
53-
go-version: '1.25.7'
53+
go-version: '1.26.3'
5454

5555
- name: Run tests
5656
run: go test -coverprofile=cover.out ./...

0 commit comments

Comments
 (0)