Merge branch 'renovate/go-1.x' into go/1-24

This commit is contained in:
Jan Rundshagen 2025-03-28 12:43:24 +01:00
commit 4ce059b6e4
No known key found for this signature in database
GPG key ID: D39ECE260D6616C7
4 changed files with 7 additions and 7 deletions

View file

@ -42,7 +42,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.23.x
go-version: 1.24.x
- name: Run tests
run: |
go test -v -coverprofile coverage.out -covermode atomic ./...
@ -61,7 +61,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.23.x
go-version: 1.24.x
- name: Build
uses: goreleaser/goreleaser-action@90a3faa9d0182683851fbfa97ca1a2cb983bfca3 # v6
with: