mirror of
https://github.com/willnorris/imageproxy.git
synced 2026-04-25 21:06:24 +02:00
go.mod: update modules
This commit is contained in:
parent
3aec0fce3a
commit
46539483be
5 changed files with 140 additions and 155 deletions
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
|
@ -62,4 +62,6 @@ jobs:
|
|||
uses: sigstore/cosign-installer@59acb6260d9c0ba8f4a2f9d9b48431a222b68e20 #v3.5.0
|
||||
- name: Sign the published Docker image
|
||||
if: github.event_name == 'push'
|
||||
env:
|
||||
COSIGN_YES: "true"
|
||||
run: cosign sign ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}@${{ steps.build-and-push.outputs.digest }}
|
||||
|
|
|
|||
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
|
@ -22,7 +22,7 @@ jobs:
|
|||
# minimum go version that works. This is not necessarily supported in
|
||||
# any way, and will be bumped up without notice as needed. But it at
|
||||
# least lets us know what go version should work.
|
||||
- go-version: 1.18
|
||||
- go-version: 1.21
|
||||
platform: ubuntu-latest
|
||||
|
||||
# include windows, but only with the latest Go version, since there
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue