chore(deps): update dependency go to 1.24.x

This commit is contained in:
renovate[bot] 2025-03-11 19:51:59 +00:00 committed by Jan O. Rundshagen
parent ca09f754fe
commit bc4fadc69f
4 changed files with 7 additions and 7 deletions

View file

@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.23.x
go-version: 1.24.x
- name: Build
run: ./build.sh
test:
@ -26,7 +26,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.23.x
go-version: 1.24.x
- name: Test
run: go test -v -coverprofile coverage.out -covermode atomic ./...
- name: Publish coverage