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

Open
martinr92 wants to merge 1 commit from renovate/go-1.x into develop
Showing only changes of commit 3e8b7b867f - Show all commits

View file

@ -18,7 +18,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.23.x'
go-version: '1.24.x'
check-latest: true
- name: Run go fmt and go vet
run: |
@ -34,7 +34,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.23.x'
go-version: '1.24.x'
check-latest: true
- name: Run tests and generate coverage report
run: |
@ -71,7 +71,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.23.x'
go-version: '1.24.x'
check-latest: true
- name: Set environment variables
run: |