File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -27,19 +27,19 @@ jobs:
27
27
build :
28
28
strategy :
29
29
matrix :
30
- go-version : [1.19 .x, 1.20 .x]
30
+ go-version : [1.20 .x, 1.21 .x]
31
31
os : [macos-latest, ubuntu-latest]
32
32
33
33
name : Build/Test (${{ matrix.os}}, Go ${{ matrix.go-version }})
34
34
runs-on : ${{ matrix.os }}
35
35
steps :
36
- - uses : actions/checkout@v3
36
+ - uses : actions/checkout@v4
37
37
- name : Setup Go
38
- uses : actions/setup-go@v3
38
+ uses : actions/setup-go@v5
39
39
with :
40
40
go-version : ${{ matrix.go-version }}
41
41
- name : Install Protoc
42
- uses : arduino/setup-protoc@v1
42
+ uses : arduino/setup-protoc@c65c819552d16ad3c9b72d9dfd5ba5237b9c906b
43
43
with :
44
44
repo-token : ${{ secrets.GITHUB_TOKEN }}
45
45
version : " 3.12.4"
71
71
- uses : actions/setup-go@v2
72
72
with :
73
73
go-version : ${{ matrix.go-version }}
74
- - name : Run golangci -lint
75
- uses : golangci/golangci-lint-action@v3.6.0
74
+ - name : Golangci -lint
75
+ uses : golangci/golangci-lint-action@23faadfdeb23a6f9e511beaba149bb123b5b145a
76
76
with :
77
77
version : latest
78
78
working-directory : ./
You can’t perform that action at this time.
0 commit comments