Commit 522466a 1 parent e5cf52a commit 522466a Copy full SHA for 522466a
File tree 3 files changed +6
-7
lines changed
3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 31
31
persist-credentials : false
32
32
33
33
- name : Setup Go
34
- uses : actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
34
+ uses : actions/setup-go@v4
35
35
with :
36
- go-version : ' 1.21'
37
- check-latest : true
36
+ go-version-file : ' go.mod'
38
37
39
38
- name : Execute go mod tidy and check the outcome
40
39
working-directory : ./
Original file line number Diff line number Diff line change 51
51
run : git fetch --prune --force --tags
52
52
53
53
- name : Setup Go
54
- uses : actions/setup-go@v3
54
+ uses : actions/setup-go@v4
55
55
with :
56
- go-version : ' 1.21 '
56
+ go-version-file : ' go.mod '
57
57
58
58
- name : Install GoReleaser
59
59
uses : goreleaser/goreleaser-action@v5
Original file line number Diff line number Diff line change 18
18
fetch-depth : 0
19
19
20
20
- name : Setup Go
21
- uses : actions/setup-go@v3
21
+ uses : actions/setup-go@v4
22
22
with :
23
- go-version : ' 1.21 '
23
+ go-version-file : ' go.mod '
24
24
25
25
- name : Build
26
26
run : make build
You can’t perform that action at this time.
0 commit comments