File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1010 steps :
1111 - uses : actions/setup-go@v3
1212 with :
13- go-version : 1.20 .x
13+ go-version : 1.22 .x
1414 - uses : actions/checkout@v3
1515 - name : golangci-lint
1616 uses : golangci/golangci-lint-action@v3
Original file line number Diff line number Diff line change 1313 test-linux :
1414 strategy :
1515 matrix :
16- go-version : [1.20 .x]
16+ go-version : [1.22 .x]
1717 runs-on : ubuntu-latest
1818 steps :
1919 - name : Install Go
2727 test-linux-tpm12 :
2828 strategy :
2929 matrix :
30- go-version : [1.20 .x]
30+ go-version : [1.22 .x]
3131 runs-on : ubuntu-latest
3232 steps :
3333 - name : Install Go
4343 test-macos :
4444 strategy :
4545 matrix :
46- go-version : [1.20 .x]
46+ go-version : [1.22 .x]
4747 runs-on : macos-latest
4848 steps :
4949 - name : Install Go
6262 test-windows :
6363 strategy :
6464 matrix :
65- go-version : [1.20 .x]
65+ go-version : [1.22 .x]
6666 runs-on : windows-latest
6767 steps :
6868 - name : Install Go
You can’t perform that action at this time.
0 commit comments