File tree Expand file tree Collapse file tree 5 files changed +15
-15
lines changed Expand file tree Collapse file tree 5 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 2424 language : [ 'go' ]
2525 steps :
2626 - name : Checkout repository
27- uses : actions/checkout@v3
27+ uses : actions/checkout@v4
2828 - name : Initialize CodeQL
2929 uses : github/codeql-action/init@v2
3030 with :
Original file line number Diff line number Diff line change @@ -11,15 +11,15 @@ jobs:
1111 crdgen119 :
1212 strategy :
1313 matrix :
14- go-version : ["1.21 ", "1.22 "]
14+ go-version : ["1.22 ", "1.23 "]
1515 os : [ubuntu-latest]
1616 name : CRDs are Generated
1717 runs-on : ${{ matrix.os }}
1818 steps :
19- - uses : actions/checkout@v3
19+ - uses : actions/checkout@v4
2020 with :
2121 fetch-depth : 0
22- - uses : actions/setup-go@v4
22+ - uses : actions/setup-go@v5
2323 with :
2424 go-version : ${{ matrix.go-version }}
2525 - name : Regenerate NodeNetworkConfig CRD
Original file line number Diff line number Diff line change 2323 ]
2424 steps :
2525 - name : Checkout
26- uses : actions/checkout@v3
26+ uses : actions/checkout@v4
2727
28- - uses : actions/setup-go@v4
28+ - uses : actions/setup-go@v5
2929 with :
3030 go-version : " ^1.22"
3131
7171 mv ./test/cyclonus/cyclonus-test.txt ./cyclonus-test_${{ matrix.profile }}.txt
7272
7373 - name : " Upload Logs"
74- uses : actions/upload-artifact@v3
74+ uses : actions/upload-artifact@v4
7575 if : always()
7676 with :
7777 name : logs
Original file line number Diff line number Diff line change 3030 ]
3131 steps :
3232 - name : Checkout
33- uses : actions/checkout@v3
33+ uses : actions/checkout@v4
3434
35- - uses : actions/setup-go@v4
35+ - uses : actions/setup-go@v5
3636 with :
3737 go-version : " ^1.22"
3838
7878 mv ./test/cyclonus/cyclonus-test.txt ./cyclonus-test_${{ matrix.profile }}.txt
7979
8080 - name : " Upload Logs"
81- uses : actions/upload-artifact@v3
81+ uses : actions/upload-artifact@v4
8282 if : always()
8383 with :
8484 name : logs
Original file line number Diff line number Diff line change @@ -12,20 +12,20 @@ jobs:
1212 strategy :
1313 fail-fast : false
1414 matrix :
15- go-version : ["1.21 .x", "1.22 .x"]
15+ go-version : ["1.22 .x", "1.23 .x"]
1616 os : [ubuntu-latest, windows-latest]
1717 name : Lint
1818 runs-on : ${{ matrix.os }}
1919 steps :
20- - uses : actions/setup-go@v4
20+ - uses : actions/setup-go@v5
2121 with :
2222 go-version : ${{ matrix.go-version }}
23- - uses : actions/checkout@v3
23+ - uses : actions/checkout@v4
2424 with :
2525 fetch-depth : 0
2626 - name : golangci-lint
27- uses : golangci/golangci-lint-action@v3
27+ uses : golangci/golangci-lint-action@v6
2828 with :
29- version : v1.55 .2
29+ version : v1.62 .2
3030 args : --timeout=25m
3131 only-new-issues : true
You can’t perform that action at this time.
0 commit comments