File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -27,19 +27,19 @@ jobs:
2727 build :
2828 strategy :
2929 matrix :
30- go-version : [1.19 .x, 1.20 .x]
30+ go-version : [1.20 .x, 1.21 .x]
3131 os : [macos-latest, ubuntu-latest]
3232
3333 name : Build/Test (${{ matrix.os}}, Go ${{ matrix.go-version }})
3434 runs-on : ${{ matrix.os }}
3535 steps :
36- - uses : actions/checkout@v3
36+ - uses : actions/checkout@v4
3737 - name : Setup Go
38- uses : actions/setup-go@v3
38+ uses : actions/setup-go@v5
3939 with :
4040 go-version : ${{ matrix.go-version }}
4141 - name : Install Protoc
42- uses : arduino/setup-protoc@v1
42+ uses : arduino/setup-protoc@c65c819552d16ad3c9b72d9dfd5ba5237b9c906b
4343 with :
4444 repo-token : ${{ secrets.GITHUB_TOKEN }}
4545 version : " 3.12.4"
7171 - uses : actions/setup-go@v2
7272 with :
7373 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
7676 with :
7777 version : latest
7878 working-directory : ./
You can’t perform that action at this time.
0 commit comments