Skip to content

Commit 110509a

Browse files
authored
update release buildfile (#271)
* update release buildfile * update go version
1 parent acafcfd commit 110509a

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.github/workflows/releasebuild.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
- uses: actions/checkout@master
1616
with:
1717
fetch-depth: 0
18-
- uses: actions/setup-go@v2
18+
- uses: actions/setup-go@v5
1919
with:
20-
go-version: '1.21'
20+
go-version-file: 'go.mod'
2121
- uses: actions/cache@v3.2.2
2222
with:
2323
path: ~/go/pkg/mod
@@ -45,7 +45,7 @@ jobs:
4545
uses: goreleaser/goreleaser-action@v2
4646
with:
4747
version: latest
48-
args: release --rm-dist
48+
args: release --clean
4949
env:
5050
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
5151
-

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/goodwithtech/dockle
22

3-
go 1.22.7
4-
5-
toolchain go1.22.10
3+
go 1.22.10
64

75
require (
86
github.com/containers/image/v5 v5.33.0

0 commit comments

Comments
 (0)