Compare commits
12 Commits
e418e1fec4
...
main
Author | SHA1 | Date | |
---|---|---|---|
6476b372b6
|
|||
87252f1f11
|
|||
bc9c17420c
|
|||
5acb773949
|
|||
77f23f340d
|
|||
b164718a34
|
|||
1c834ace9d
|
|||
1136d119ee
|
|||
ee51841aae
|
|||
26d7d2994b
|
|||
187618d8c3
|
|||
08849f53d0
|
@ -55,7 +55,7 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: 1.22.2
|
||||
go-version: 1.24.5
|
||||
- name: Run GoReleaser
|
||||
uses: goreleaser/goreleaser-action@v5
|
||||
with:
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM python:3.13.0b4-alpine3.19
|
||||
FROM python:3.13.1-alpine3.19
|
||||
|
||||
RUN apk add curl
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
|
||||
{
|
||||
"extends": [":automergeMinor", ":automergePr", ":automergeRequireAllStatusChecks", ":dependencyDashboard", ":disableRateLimiting", ":rebaseStalePrs"],
|
||||
"major": {
|
||||
"dependencyDashboardApproval": true
|
||||
}
|
||||
},
|
||||
"minimumReleaseAge": "7 days"
|
||||
}
|
Reference in New Issue
Block a user