File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2222 steps :
2323 - name : Checkout repository
2424 uses : actions/checkout@v3
25- - uses : actions/setup-go@v3
25+ - uses : actions/setup-go@v4
2626 with :
27- go-version : ' 1.19 '
27+ go-version : ' 1.22 '
2828 # Initializes the CodeQL tools for scanning.
2929 - name : Initialize CodeQL
3030 uses : github/codeql-action/init@v2
Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ jobs:
1515 name : lint
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/setup-go@v3
18+ - uses : actions/setup-go@v4
1919 with :
20- go-version : ' 1.19 '
20+ go-version : ' 1.22 '
2121 - uses : actions/checkout@v3
22- - uses : golangci/golangci-lint-action@v3
22+ - uses : golangci/golangci-lint-action@v4
2323 with :
24- version : v1.49
24+ version : v1.61
2525 args : --config=.golangci.yml --timeout=10m
You can’t perform that action at this time.
0 commit comments