Skip to content

Commit

Permalink
update release buildfile (#271)
Browse files Browse the repository at this point in the history
* update release buildfile

* update go version
  • Loading branch information
tomoyamachi authored Jan 6, 2025
1 parent acafcfd commit 110509a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/releasebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
- uses: actions/checkout@master
with:
fetch-depth: 0
- uses: actions/setup-go@v2
- uses: actions/setup-go@v5
with:
go-version: '1.21'
go-version-file: 'go.mod'
- uses: actions/cache@v3.2.2
with:
path: ~/go/pkg/mod
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
uses: goreleaser/goreleaser-action@v2
with:
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
-
Expand Down
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/goodwithtech/dockle

go 1.22.7

toolchain go1.22.10
go 1.22.10

require (
github.com/containers/image/v5 v5.33.0
Expand Down

0 comments on commit 110509a

Please sign in to comment.