Compare commits

..

No commits in common. "main" and "1.0.0" have entirely different histories.
main ... 1.0.0

3 changed files with 4 additions and 4 deletions

View File

@ -55,7 +55,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.24.2
go-version: 1.22.2
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
with:

View File

@ -1,4 +1,4 @@
FROM python:3.13.1-alpine3.19
FROM python:3.13.0a6-alpine3.19
RUN apk add curl

View File

@ -1,7 +1,7 @@
{
"extends": [":automergeMinor", ":automergePr", ":automergeRequireAllStatusChecks", ":dependencyDashboard", ":disableRateLimiting", ":rebaseStalePrs"],
"major": {
"dependencyDashboardApproval": true
},
"minimumReleaseAge": "7 days"
}
}