Compare commits
6
Commits
a63b2a07a8
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
96d594bece | ||
|
|
a26f2831d7 | ||
|
|
0373ba3cf1 | ||
|
|
293f7f9d8f | ||
|
|
77c607d018 | ||
|
|
76c49f1574 |
@@ -103,7 +103,7 @@ jobs:
|
|||||||
done < .tags
|
done < .tags
|
||||||
|
|
||||||
- if: ${{ !env.SKIP_TEST }}
|
- if: ${{ !env.SKIP_TEST }}
|
||||||
uses: https://git.keligrubb.com/actions/setup-go@v6
|
uses: https://git.keligrubb.com/actions/setup-go@v7
|
||||||
with:
|
with:
|
||||||
go-version: '>=1.21.0'
|
go-version: '>=1.21.0'
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
ARG FROM_IMAGE=buildpack-deps
|
ARG FROM_IMAGE=buildpack-deps
|
||||||
ARG FROM_TAG=24.04
|
ARG FROM_TAG=26.10
|
||||||
FROM ${FROM_IMAGE}:${FROM_TAG}
|
FROM ${FROM_IMAGE}:${FROM_TAG}
|
||||||
|
|
||||||
# > automatic buildx ARGs
|
# > automatic buildx ARGs
|
||||||
|
|||||||
Reference in New Issue
Block a user