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:
13
13
# we have to fetch all history to be able to generate the release note. c.f. https://goreleaser.com/ci/actions/.
14
14
fetch-depth : 0
15
15
- name : Set up Go
16
- uses : actions/setup-go@v2
16
+ uses : actions/setup-go@v4
17
17
with :
18
- go-version : 1.19
18
+ go-version : 1.23
19
+ check-latest : true
19
20
- name : Run GoReleaser
20
- uses : goreleaser/goreleaser-action@v2
21
+ uses : goreleaser/goreleaser-action@v4
21
22
with :
22
23
distribution : goreleaser
23
24
version : latest
Original file line number Diff line number Diff line change 13
13
- name : Set up Go
14
14
uses : actions/setup-go@v4
15
15
with :
16
- go-version-file : ' go.mod'
16
+ go-version : 1.23
17
+ check-latest : true
17
18
- name : Reposition to latest tag
18
19
run : |
19
20
git checkout $(git describe --tags --abbrev=0)
You can’t perform that action at this time.
0 commit comments