Compare commits
9 Commits
a50ad37319
...
main
Author | SHA1 | Date | |
---|---|---|---|
6476b372b6
|
|||
87252f1f11
|
|||
bc9c17420c
|
|||
5acb773949
|
|||
77f23f340d
|
|||
b164718a34
|
|||
1c834ace9d
|
|||
1136d119ee
|
|||
ee51841aae
|
@ -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.0rc2-alpine3.19
|
||||
FROM python:3.13.1-alpine3.19
|
||||
|
||||
RUN apk add curl
|
||||
|
||||
|
Reference in New Issue
Block a user