File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,12 @@ jobs:
1313 # we have to fetch all history to be able to generate the release note. c.f. https://goreleaser.com/ci/actions/.
1414 fetch-depth : 0
1515 - name : Set up Go
16- uses : actions/setup-go@v2
16+ uses : actions/setup-go@v4
1717 with :
18- go-version : 1.19
18+ go-version : 1.23
19+ check-latest : true
1920 - name : Run GoReleaser
20- uses : goreleaser/goreleaser-action@v2
21+ uses : goreleaser/goreleaser-action@v4
2122 with :
2223 distribution : goreleaser
2324 version : latest
Original file line number Diff line number Diff line change 1313 - name : Set up Go
1414 uses : actions/setup-go@v4
1515 with :
16- go-version-file : ' go.mod'
16+ go-version : 1.23
17+ check-latest : true
1718 - name : Reposition to latest tag
1819 run : |
1920 git checkout $(git describe --tags --abbrev=0)
You can’t perform that action at this time.
0 commit comments