File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ jobs:
1010 - uses : actions/checkout@v4
1111 with :
1212 persist-credentials : false
13- - uses : WillAbides /setup-go-faster@v1
13+ - uses : actions /setup-go@v6
1414 with :
1515 go-version : ' stable'
1616
1717 - name : Install analysis tools
18- run : go install honnef.co/go/tools/cmd/staticcheck@v0.5.1
18+ run : go install honnef.co/go/tools/cmd/staticcheck@v0.6.0
1919
2020 - name : Vet
2121 run : go vet ./...
2222
2323 - name : Staticcheck
24- run : staticcheck ./...
24+ run : staticcheck ./...
Original file line number Diff line number Diff line change 1515 - uses : actions/checkout@v4
1616 with :
1717 persist-credentials : false
18- - uses : WillAbides /setup-go-faster@v1
18+ - uses : actions /setup-go@v6
1919 with :
2020 go-version : ${{ matrix.go-version }}
2121
You can’t perform that action at this time.
0 commit comments