File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 12
12
- uses : actions/checkout@v3
13
13
with :
14
14
fetch-depth : 2
15
- - uses : actions/setup-go@v3
15
+ - uses : actions/setup-go@v5
16
16
with :
17
17
go-version : ' 1.21'
18
18
- name : Run coverage
Original file line number Diff line number Diff line change 18
18
run : echo ${{ secrets.DOCKERHUB_PASSWORD }} | docker login -u ${{ secrets.DOCKERHUB_USERNAME }} --password-stdin
19
19
20
20
- name : Set up Go
21
- uses : actions/setup-go@v3
21
+ uses : actions/setup-go@v5
22
22
with :
23
23
go-version : ' 1.21'
24
24
36
36
- goreleaser
37
37
steps :
38
38
- name : Install Go
39
- uses : actions/setup-go@v3
39
+ uses : actions/setup-go@v5
40
40
with :
41
41
go-version : ' 1.21'
42
42
- name : Install pnpm
Original file line number Diff line number Diff line change 13
13
runs-on : ${{ matrix.platform }}
14
14
steps :
15
15
- name : Install Go
16
- uses : actions/setup-go@v3
16
+ uses : actions/setup-go@v5
17
17
with :
18
18
go-version : ${{ matrix.go-version }}
19
19
- name : Set git to use LF to avoid problem with goldens on windows
37
37
runs-on : ${{ matrix.platform }}
38
38
steps :
39
39
- name : Install Go
40
- uses : actions/setup-go@v3
40
+ uses : actions/setup-go@v5
41
41
with :
42
42
go-version : ${{ matrix.go-version }}
43
43
- name : Checkout
Original file line number Diff line number Diff line change 13
13
runs-on : ${{ matrix.platform }}
14
14
steps :
15
15
- name : Install Go
16
- uses : actions/setup-go@v3
16
+ uses : actions/setup-go@v5
17
17
with :
18
18
go-version : ${{ matrix.go-version }}
19
19
- name : Install pnpm
You can’t perform that action at this time.
0 commit comments