Commit 5e901ff 1 parent 2115d4d commit 5e901ff Copy full SHA for 5e901ff
File tree 10 files changed +10
-10
lines changed
10 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 41
41
path : .github/shared-workflows
42
42
ref : main
43
43
- name : Installing Go
44
- uses : actions/setup-go@v4
44
+ uses : actions/setup-go@v5
45
45
with :
46
46
go-version-file : .github/shared-workflows/bot/go.mod
47
47
# Run "check" subcommand on bot.
Original file line number Diff line number Diff line change 38
38
path : .github/shared-workflows
39
39
ref : main
40
40
- name : Installing Go
41
- uses : actions/setup-go@v4
41
+ uses : actions/setup-go@v5
42
42
with :
43
43
go-version-file : .github/shared-workflows/bot/go.mod
44
44
# Run "check" subcommand on bot.
Original file line number Diff line number Diff line change 32
32
uses : actions/checkout@v4
33
33
34
34
- name : Setup Go
35
- uses : actions/setup-go@v4
35
+ uses : actions/setup-go@v5
36
36
with :
37
37
# use the version declared in API's go.mod
38
38
go-version-file : api/go.mod
Original file line number Diff line number Diff line change 57
57
corepack enable yarn
58
58
59
59
- name : Install Go Toolchain
60
- uses : actions/setup-go@v4
60
+ uses : actions/setup-go@v5
61
61
with :
62
62
cache : false
63
63
go-version : ${{ env.GOLANG_VERSION }}
Original file line number Diff line number Diff line change 33
33
run : echo "go-version=$(make --no-print-directory print-go-version | tr -d '\n')" >> $GITHUB_OUTPUT
34
34
35
35
- name : Setup Go
36
- uses : actions/setup-go@v4
36
+ uses : actions/setup-go@v5
37
37
with :
38
38
cache : false
39
39
go-version : ${{ steps.go-version.outputs.go-version }}
Original file line number Diff line number Diff line change 35
35
path : .github/shared-workflows
36
36
ref : main
37
37
- name : Installing Go
38
- uses : actions/setup-go@v4
38
+ uses : actions/setup-go@v5
39
39
with :
40
40
go-version-file : .github/shared-workflows/bot/go.mod
41
41
- name : Validate the changelog entry
Original file line number Diff line number Diff line change 49
49
path : .github/shared-workflows
50
50
ref : main
51
51
- name : Installing Go
52
- uses : actions/setup-go@v4
52
+ uses : actions/setup-go@v5
53
53
with :
54
54
go-version-file : .github/shared-workflows/bot/go.mod
55
55
# Run "check" subcommand on bot.
Original file line number Diff line number Diff line change 27
27
ref : ${{ matrix.branch }}
28
28
29
29
- name : Set up Go
30
- uses : actions/setup-go@v4
30
+ uses : actions/setup-go@v5
31
31
with :
32
32
cache : false
33
33
go-version-file : go.mod
Original file line number Diff line number Diff line change 45
45
path : .github/shared-workflows
46
46
ref : main
47
47
- name : Installing Go
48
- uses : actions/setup-go@v4
48
+ uses : actions/setup-go@v5
49
49
with :
50
50
go-version-file : .github/shared-workflows/bot/go.mod
51
51
# Run "dismiss" subcommand on bot.
Original file line number Diff line number Diff line change 41
41
path : .github/shared-workflows
42
42
ref : main
43
43
- name : Installing Go
44
- uses : actions/setup-go@v4
44
+ uses : actions/setup-go@v5
45
45
with :
46
46
go-version-file : .github/shared-workflows/bot/go.mod
47
47
# Run "check" subcommand on bot.
You can’t perform that action at this time.
0 commit comments