Compare commits
1 Commits
main
...
a50ad37319
Author | SHA1 | Date | |
---|---|---|---|
a50ad37319
|
@ -55,7 +55,7 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: 1.24.5
|
||||
go-version: 1.22.2
|
||||
- name: Run GoReleaser
|
||||
uses: goreleaser/goreleaser-action@v5
|
||||
with:
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM python:3.13.1-alpine3.19
|
||||
FROM python:3.13.0rc2-alpine3.19
|
||||
|
||||
RUN apk add curl
|
||||
|
||||
|
Reference in New Issue
Block a user