File tree Expand file tree Collapse file tree 1 file changed +11
-12
lines changed Expand file tree Collapse file tree 1 file changed +11
-12
lines changed Original file line number Diff line number Diff line change 2626      - name : Setup Go 
2727        uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491  #  v5.0.0
2828        with :
29-           go-version : ' 1.21 ' 
29+           go-version : ' 1.22 ' 
3030      - name : Checkout repo 
3131        uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11  #  v4.1.1
3232
@@ -46,32 +46,31 @@ jobs:
4646      matrix :
4747        include :
4848          - type : vet 
49-             goversion : ' 1.21' 
49+             goversion : ' 1.22' 
50+ 
51+           - type : extras 
52+             goversion : ' 1.22' 
5053
5154          - type : tests 
52-             goversion : ' 1.21 ' 
55+             goversion : ' 1.22 ' 
5356
5457          - type : tests 
55-             goversion : ' 1.21 ' 
58+             goversion : ' 1.22 ' 
5659            testflags : -race 
5760
5861          - type : tests 
59-             goversion : ' 1.21 ' 
62+             goversion : ' 1.22 ' 
6063            goarch : 386 
6164
6265          - type : tests 
63-             goversion : ' 1.21 ' 
66+             goversion : ' 1.22 ' 
6467            goarch : arm64 
6568
6669          - type : tests 
67-             goversion : ' 1.20' 
68- 
69-           - type : tests 
70-             goversion : ' 1.19' 
71- 
72-           - type : extras 
7370            goversion : ' 1.21' 
7471
72+           - type : tests 
73+             goversion : ' 1.20' 
7574    steps :
7675      #  Setup the environment.
7776      - name : Setup GOARCH 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments