File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -32,11 +32,11 @@ jobs:
32
32
id : vars
33
33
run : echo "go_version=$(make go-version)" >> $GITHUB_OUTPUT
34
34
- name : Set up Go
35
- uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # tag=v5.4 .0
35
+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # tag=v5.5 .0
36
36
with :
37
37
go-version : ${{ steps.vars.outputs.go_version }}
38
38
- name : golangci-lint
39
- uses : golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd # tag=v7 .0.0
39
+ uses : golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # tag=v8 .0.0
40
40
with :
41
41
version : v2.1.1
42
42
working-directory : ${{matrix.working-directory}}
61
61
id : vars
62
62
run : echo "go_version=$(make go-version)" >> $GITHUB_OUTPUT
63
63
- name : Set up Go
64
- uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # tag=v5.4 .0
64
+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # tag=v5.5 .0
65
65
with :
66
66
go-version : ${{ steps.vars.outputs.go_version }}
67
67
- name : make test
76
76
id : vars
77
77
run : echo "go_version=$(make go-version)" >> $GITHUB_OUTPUT
78
78
- name : Set up Go
79
- uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # tag=v5.4 .0
79
+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # tag=v5.5 .0
80
80
with :
81
81
go-version : ${{ steps.vars.outputs.go_version }}
82
82
- name : make verify-modules
Original file line number Diff line number Diff line change 24
24
id : vars
25
25
run : echo "go_version=$(make go-version)" >> $GITHUB_OUTPUT
26
26
- name : Set up Go
27
- uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # tag=v5.4 .0
27
+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # tag=v5.5 .0
28
28
with :
29
29
go-version : ${{ steps.vars.outputs.go_version }}
30
30
- name : Update all modules
Original file line number Diff line number Diff line change @@ -20,14 +20,14 @@ jobs:
20
20
id : vars
21
21
run : echo "go_version=$(make go-version)" >> $GITHUB_OUTPUT
22
22
- name : Set up Go
23
- uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # tag=v5.4 .0
23
+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # tag=v5.5 .0
24
24
with :
25
25
go-version : ${{ steps.vars.outputs.go_version }}
26
26
- name : Generate release binaries
27
27
run : |
28
28
make release
29
29
- name : Release
30
- uses : softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # tag=v2.2.1
30
+ uses : softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # tag=v2.2.2
31
31
with :
32
32
draft : false
33
33
files : tools/setup-envtest/out/*
You can’t perform that action at this time.
0 commit comments