We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acafcfd commit 110509aCopy full SHA for 110509a
.github/workflows/releasebuild.yml
@@ -15,9 +15,9 @@ jobs:
15
- uses: actions/checkout@master
16
with:
17
fetch-depth: 0
18
- - uses: actions/setup-go@v2
+ - uses: actions/setup-go@v5
19
20
- go-version: '1.21'
+ go-version-file: 'go.mod'
21
- uses: actions/cache@v3.2.2
22
23
path: ~/go/pkg/mod
@@ -45,7 +45,7 @@ jobs:
45
uses: goreleaser/goreleaser-action@v2
46
47
version: latest
48
- args: release --rm-dist
+ args: release --clean
49
env:
50
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
51
-
go.mod
@@ -1,8 +1,6 @@
1
module github.com/goodwithtech/dockle
2
3
-go 1.22.7
4
5
-toolchain go1.22.10
+go 1.22.10
6
7
require (
8
github.com/containers/image/v5 v5.33.0
0 commit comments