File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1717 steps :
1818 - uses : actions/setup-go@v3
1919 with :
20- go-version : 1.19
20+ go-version : 1.21
2121 - uses : actions/checkout@v3
2222 - name : golangci-lint
2323 uses : golangci/golangci-lint-action@v3
5151 strategy :
5252 fail-fast : false
5353 matrix :
54- goversion : ["1.19 ", "1.20 "]
54+ goversion : ["1.20 ", "1.21 "]
5555
5656 name : Build & Test (Linux, Go ${{ matrix.goversion }})
5757 needs : [lint]
7575 strategy :
7676 fail-fast : false
7777 matrix :
78- goversion : ["1.19 ", "1.20 "]
78+ goversion : ["1.20 ", "1.21 "]
7979
8080 name : Build & Test (Windows, Go ${{ matrix.goversion }})
8181 needs : [lint]
9999 strategy :
100100 fail-fast : false
101101 matrix :
102- goversion : ["1.19 ", "1.20 "]
102+ goversion : ["1.20 ", "1.21 "]
103103
104104 name : Build & Test (macOS, Go ${{ matrix.goversion }})
105105 needs : [lint]
You can’t perform that action at this time.
0 commit comments