Skip to content

Commit 8e47ac8

Browse files
Update dependency go to 1.24 (#35)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 19a9e16 commit 8e47ac8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publishing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Setup Go
1414
uses: actions/setup-go@v5
1515
with:
16-
go-version: 1.23
16+
go-version: 1.24
1717

1818
- name: Checkout
1919
uses: actions/checkout@v4

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Setup Go
1414
uses: actions/setup-go@v5
1515
with:
16-
go-version: 1.23
16+
go-version: 1.24
1717

1818
- name: Checkout
1919
uses: actions/checkout@v4

0 commit comments

Comments
 (0)