Skip to content

Commit 1181087

Browse files
Update dependency go to 1.24 (#10)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 110c406 commit 1181087

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Setup go
1111
uses: actions/setup-go@v5
1212
with:
13-
go-version: '1.22'
13+
go-version: '1.24'
1414
- run: make test
1515
- name: Archive code coverage results
1616
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)