File tree Expand file tree Collapse file tree 4 files changed +7
-14
lines changed Expand file tree Collapse file tree 4 files changed +7
-14
lines changed Original file line number Diff line number Diff line change @@ -4,15 +4,15 @@ on: push
44
55jobs :
66  build :
7-     runs-on : ubuntu-20.04  
7+     runs-on : ubuntu-latest  
88    steps :
99      - uses : actions/checkout@v3 
1010        with :
1111          fetch-depth : 0 
1212
13-       - uses : actions/setup-go@v3  
13+       - uses : actions/setup-go@v4  
1414        with :
15-           go-version : 1.17 
15+           go-version : " 1.20 " 
1616
1717      - run : go mod tidy 
1818      - run : go build 
Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ permissions:
1010
1111jobs :
1212  release :
13-     runs-on : ubuntu-20.04  
13+     runs-on : ubuntu-latest  
1414    steps :
1515      - uses : actions/checkout@v3 
1616        with :
1717          fetch-depth : 0 
1818
19-       - uses : actions/setup-go@v3  
19+       - uses : actions/setup-go@v4  
2020        with :
21-           go-version : 1.17 
21+           go-version : " 1.20 " 
2222
2323      - uses : goreleaser/goreleaser-action@v4 
2424        with :
Original file line number Diff line number Diff line change 88      - linux 
99      - windows 
1010      - darwin 
11- archives :
12-   - replacements :
13-       darwin : Darwin 
14-       linux : Linux 
15-       windows : Windows 
16-       386 : i386 
17-       amd64 : x86_64 
1811checksum :
1912  name_template : " checksums.txt" 
2013snapshot :
Original file line number Diff line number Diff line change 11module  github.com/jacobwgillespie/git-sync 
22
3- go  1.17  
3+ go  1.20  
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments