File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
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
Original file line number Diff line number Diff line change 1313 tests :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/setup-go@v3
16+ - uses : actions/setup-go@v4
1717 with :
18- go-version : ' 1.19 '
18+ go-version : ' 1.22 '
1919 - uses : actions/checkout@v3
2020 - name : Run Go Tests
2121 run : |
3030 runs-on : ubuntu-latest
3131 steps :
3232 - uses : actions/checkout@v3
33- - uses : actions/setup-go@v3
33+ - uses : actions/setup-go@v4
3434 with :
35- go-version : ' 1.19 '
35+ go-version : ' 1.22 '
3636
3737 # Download all coverage reports from the 'tests' job
3838 - name : Download coverage reports
You can’t perform that action at this time.
0 commit comments