Skip to content

Commit a8038a5

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/branch.yml

+1-1
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.1'
1616

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

.github/workflows/release.yml

+1-1
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.1'
1616

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

0 commit comments

Comments
 (0)