Skip to content

Commit ff82cdd

Browse files
chore(deps): update dependency go to v1.24.3
1 parent 31484ba commit ff82cdd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@master
1313
- uses: actions/setup-go@v5
1414
with:
15-
go-version: '1.23.1'
15+
go-version: '1.24.3'
1616

1717
- name: Unit tests
1818
run: go test -v ./...

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@master
1313
- uses: actions/setup-go@v5
1414
with:
15-
go-version: '1.23.1'
15+
go-version: '1.24.3'
1616

1717
- name: Unit tests
1818
run: go test -v ./...

0 commit comments

Comments
 (0)